[Webkit-unassigned] [Bug 80323] New: [CSS Filters] Drop Shadow is not repainting correctly when repaint area is smaller than the filtered element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 13:25:40 PST 2012


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

           Summary: [CSS Filters] Drop Shadow is not repainting correctly
                    when repaint area is smaller than the filtered element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achicu at adobe.com


Because we only create a source image of the repainted (dirty) rectangle, drop shadow considers that some areas should not be in shadow. We should apply the filter on the whole image instead, so that drop shadow knows what's in shadow outside the dirty area.

See attached files for an example and a screenshot.

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