NEW 136483
SVG Filter boundaries not respected on creating a compositing layer
https://bugs.webkit.org/show_bug.cgi?id=136483
Summary SVG Filter boundaries not respected on creating a compositing layer
Dirk Schulze
Reported 2014-09-03 08:33:02 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-09-03 10:31:25 PDT
Note You need to log in before you can comment on or make changes to this bug.