GNOME Bugzilla – Bug 652618
themingengine: shrink the background size to the padding-box
Last modified: 2011-06-15 15:26:29 UTC
The background needs to be shrunk to the padding-box for rounded corners to draw properly.
Created attachment 189957 [details] [review] themingengine: shrink the background size to the padding-box This fixes a regression introduced by this commit [1] that causes background to draw beyond the padding-box, which breaks rounded corners, (in addition to not being compliant with what CSS does by default). [1] http://git.gnome.org/browse/gtk+/commit/?id=c56700ca3029a9ab1362009bff35f2a70e432c02
Fixed and pushed after a review from Benjamin on IRC. Attachment 189957 [details] pushed as af77ba7 - themingengine: shrink the background size to the padding-box