[webkit-reviews] review requested: [Bug 63899] The content of replaced element 'img' is trimmed to the content edge curve of a rounded corner. : [Attachment 99619] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 05:59:06 PDT 2011


Chiculita Alexandru <achicu at adobe.com> has asked  for review:
Bug 63899: The content of replaced element 'img' is trimmed to the content edge
curve of a rounded corner.
https://bugs.webkit.org/show_bug.cgi?id=63899

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

------- Additional Comments from Chiculita Alexandru <achicu at adobe.com>
There seem to be two issues here:
1. The test assumes that the border radius should also apply to the content
rectangle. I couldn't find a reason for that in the specification and I didn't
fix that in this patch.
2. The content is clipped only to the outer path of the border. The patch fixes
that by using the inner path of the border, so that the border always render on
top of the image.


More information about the webkit-reviews mailing list