[Webkit-unassigned] [Bug 94354] New: CSS Masking and CSS Filters applied in wrong order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 09:48:56 PDT 2012


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

           Summary: CSS Masking and CSS Filters applied in wrong order
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: dino at apple.com, achicu at adobe.com


Looking at the RenderLayer code, I found a bug on the applying order of masking and filters. The Filter Effects spec say that the applying order is: filter, clipping, masking, opacity. In WebKit it is currently: clipping, masking, filters, opacity. So filters should be the first thing to do.

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