Bug 165109

Summary: An SVG blur filter is cropped when it's applied on a hardware-accelerated DOM element.
Product: WebKit Reporter: Dean Jackson <dino>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: sabouhallawa, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case none

Description Dean Jackson 2016-11-28 13:41:17 PST
Created attachment 295524 [details]
Test case

From @bdc

Summary:
An SVG blur filter is cropped when it's applied on a hardware-accelerated DOM element.

Steps to Reproduce:
1. Accelerate a DOM element with will-change: transform;
2. Apply a blur filter defined in SVG.

Expected Results:
The layer is blurred just like with a CSS blur.

Actual Results:
The blur is cropped.

Version:
OS X El Capitan, Safari Version 10.0.1 (11602.2.14.0.7)

Notes:
Works on Chrome and Firefox.
Comment 1 Dean Jackson 2016-11-28 13:41:32 PST
<rdar://problem/29365909>
Comment 2 Said Abou-Hallawa 2017-01-09 13:55:58 PST

*** This bug has been marked as a duplicate of bug 166739 ***