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 486418 - broken rounding and pixel snapping
broken rounding and pixel snapping
Status: RESOLVED FIXED
Product: gtk-engines
Classification: Deprecated
Component: highcontrast
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-engines maintainers
gtk-engines maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-13 20:51 UTC by Benjamin Berg
Modified: 2007-12-27 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Berg 2007-10-13 20:51:23 UTC
The high contrast engine has some bug with drawing borders:
 - It rounds the line width to do pixel snapping (which is completely unneeded)
 - It draws outside of the given area.

A helper function like ge_inner_stroke_rectangle should work nicely.
Comment 1 Benjamin Berg 2007-12-27 20:42:05 UTC
The button code has been fixed.