[Webkit-unassigned] [Bug 51628] New: inset shadow with positive spread should be clipped by the border

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 26 20:55:12 PST 2010


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

           Summary: inset shadow with positive spread should be clipped by
                    the border
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com


Created an attachment (id=77476)
 --> (https://bugs.webkit.org/attachment.cgi?id=77476&action=review)
a repro

Found at fixing Bug 51386. And looks related to Bug 49913.
On attached repro, insert shadow is painted outside the border rect, which has rounded corners.
This looks because shadow painting logic expect that the shadow clip is same as the border but actually it isn't (Bug 49913).

In my feeling, Doing clipping might be more robust than to draw similar shape.

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