[webkit-reviews] review granted: [Bug 59213] rounded corners don't looks smooth when background-image is a gradient : [Attachment 90736] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 12:06:42 PDT 2011


mitz at webkit.org has granted Simon Fraser (smfr) <simon.fraser at apple.com>'s
request for review:
Bug 59213: rounded corners don't looks smooth when background-image is a
gradient
https://bugs.webkit.org/show_bug.cgi?id=59213

Attachment 90736: Patch
https://bugs.webkit.org/attachment.cgi?id=90736&action=review

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=90736&action=review

> Source/WebCore/rendering/RenderBoxModelObject.cpp:584
> +    adjustedRect.inflateX(-ceilf(1.0f / contextScale.width()));
> +    adjustedRect.inflateY(-ceilf(1.0f / contextScale.height()));

Drop the .0f


More information about the webkit-reviews mailing list