[Webkit-unassigned] [Bug 136483] New: SVG Filter boundaries not respected on creating a compositing layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 08:32:58 PDT 2014


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

           Summary: SVG Filter boundaries not respected on creating a
                    compositing layer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/r6t88y45/
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: simon.fraser at apple.com, dino at apple.com


http://jsfiddle.net/r6t88y45/

The left example uses SVG Filter and feGaussianBlur. The element has a compositing layer because of translateZ(0). The layer is clipped to the elements boundaries instead of the filter boundaries.

The right example uses CSS Filters and blur(). The element is clipped correctly but you can see weird blurring on the edges which shouldn't happen.

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