After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604506 - radius = 1.0 leads to drawing artifacts
radius = 1.0 leads to drawing artifacts
Status: RESOLVED NOTGNOME
Product: gtk-engines
Classification: Deprecated
Component: clearlooks
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-engines maintainers
gtk-engines maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-14 05:41 UTC by Matthias Clasen
Modified: 2009-12-30 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2009-12-14 05:41:37 UTC
Setting the radius to 1.0 leads to diagonal lines appearing in firefox entries.
Originally reported here: https://bugzilla.redhat.com/show_bug.cgi?id=539995
Comment 1 Andrea Cimitan 2009-12-14 09:11:35 UTC
at first sight (just seeing the screenshot) seems a cairo_close_path missing when drawing the rounded rectangle... benzea, ideas?
Comment 2 Benjamin Berg 2009-12-30 16:31:25 UTC
This is caused by a cairo bug because cairo_arc did not do a line_to if the radius is 0.0. A fix was pushed into cairo and I don't think it is worth adding a workaround to gtk-engines.

> http://cgit.freedesktop.org/cairo/commit/?id=a0ea0b63fdd38a73d6696da5cd4800d9a7289240

If there is a major theme using this then I will consider adding a workaround.