[Webkit-unassigned] [Bug 30475] New: Image border drawing not correct when border-radius present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 21:01:05 PDT 2009


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

           Summary: Image border drawing not correct when border-radius
                    present
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: natevw at yahoo.com


Created an attachment (id=41351)
 --> (https://bugs.webkit.org/attachment.cgi?id=41351)
Shows ugliness when border is added to border-radius image

Image corner rounding in Safari 4.0.3 is still wrong. This is related to
https://bugs.webkit.org/show_bug.cgi?id=24880, which has two requests (mine and
another) to be reopened. Maybe a new bug is more appropriate:


While an image without a border now rounds nicely, if I add a border things get
icky. The image is getting clipped to the outside of the border, rather than
the inside. This means either the image still has square corners showing (if
the border is thicker than the radius) or the border gets drawn over by the
image (if the border is thinner than the radius).

I'd expect the image edge to always follow the inside of the border, as the
workaround in the OP's link shows. (Caveat: I'm not a CSS guru, so maybe the
standard requires clipping to the outside edge of the border. I sure hope not,
as this is terribly ugly.)

-- 
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