[Webkit-unassigned] [Bug 63899] The content of replaced element 'img' is trimmed to the content edge curve of a rounded corner.

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


https://bugs.webkit.org/show_bug.cgi?id=63899


Chiculita Alexandru <achicu at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99619|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Chiculita Alexandru <achicu at adobe.com>  2011-07-04 05:59:07 PST ---
Created an attachment (id=99619)
 --> (https://bugs.webkit.org/attachment.cgi?id=99619&action=review)
Patch

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list