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 657661 - Fix anti-aliasing for the bottom-right corner
Fix anti-aliasing for the bottom-right corner
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-30 01:34 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2011-08-30 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MetaWindowActor: Corner paths needs to be made in clockwise order (1.95 KB, patch)
2011-08-30 01:34 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review
frames: Fix the visible region when we have a rounded bottom-right corner (977 bytes, patch)
2011-08-30 01:34 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2011-08-30 01:34:07 UTC
The bottom-right corner was quirky: it had a gap in the top and the square
under it kept on being repainted. These patches fix this problem.
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-08-30 01:34:08 UTC
Created attachment 195148 [details] [review]
MetaWindowActor: Corner paths needs to be made in clockwise order
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-08-30 01:34:10 UTC
Created attachment 195149 [details] [review]
frames: Fix the visible region when we have a rounded bottom-right corner
Comment 3 Owen Taylor 2011-08-30 14:44:44 UTC
Review of attachment 195148 [details] [review]:

Looks fine
Comment 4 Owen Taylor 2011-08-30 14:48:41 UTC
Review of attachment 195149 [details] [review]:

Seems to make sense
Comment 5 Jasper St. Pierre (not reading bugmail) 2011-08-30 15:05:18 UTC
Attachment 195148 [details] pushed as 622583a - MetaWindowActor: Corner paths needs to be made in clockwise order
Attachment 195149 [details] pushed as 0b4cc14 - frames: Fix the visible region when we have a rounded bottom-right corner