RESOLVED FIXED 130272
Subpixel rendering: border-radius painting falls back to rectangle at subpixel positions.
https://bugs.webkit.org/show_bug.cgi?id=130272
Summary Subpixel rendering: border-radius painting falls back to rectangle at subpixe...
alan
Reported 2014-03-14 16:44:55 PDT
Due to pixelsnapping the rect but not adjusting the radii -> rounded rectangle is not renderable.
Attachments
Patch (7.92 KB, patch)
2014-03-14 16:52 PDT, alan
no flags
alan
Comment 1 2014-03-14 16:52:08 PDT
Simon Fraser (smfr)
Comment 2 2014-03-14 16:55:43 PDT
Comment on attachment 226778 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226778&action=review > Source/WebCore/platform/graphics/RoundedRect.cpp:242 > + const LayoutRect& originalRect = rect(); There doesn't seem to be any point to storing this in a reference.
WebKit Commit Bot
Comment 3 2014-03-14 19:42:36 PDT
Comment on attachment 226778 [details] Patch Clearing flags on attachment: 226778 Committed r165670: <http://trac.webkit.org/changeset/165670>
WebKit Commit Bot
Comment 4 2014-03-14 19:42:39 PDT
All reviewed patches have been landed. Closing bug.
alan
Comment 5 2014-03-14 20:17:04 PDT
Note You need to log in before you can comment on or make changes to this bug.