[webkit-reviews] review requested: [Bug 23166] background-clip doesn't work when border-radius is specified : [Attachment 133666] work-around for border-radius background clipping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 24 18:18:19 PDT 2012


Vlad Grecescu <igrecesc at adobe.com> has asked  for review:
Bug 23166: background-clip doesn't work when border-radius is specified
https://bugs.webkit.org/show_bug.cgi?id=23166

Attachment 133666: work-around for border-radius background clipping
https://bugs.webkit.org/attachment.cgi?id=133666&action=review

------- Additional Comments from Vlad Grecescu <igrecesc at adobe.com>
work-around for border-radius background clipping

I just noticed (from the w3c link and the EWS tests that failed previously)
that need to support non "full quarter ellipses" too, - I initially tried to
reduce all the radii to keep the borders and paddings untouched..

So I modified the patch to just work for the common cases, and fall back to the
existing code if the clipping border is not 'renderable'.


More information about the webkit-reviews mailing list