Bug 165109 - An SVG blur filter is cropped when it's applied on a hardware-accelerated DOM element.
Summary: An SVG blur filter is cropped when it's applied on a hardware-accelerated DOM...
Status: RESOLVED DUPLICATE of bug 166739
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-28 13:41 PST by Dean Jackson
Modified: 2017-01-09 13:55 PST (History)
2 users (show)

See Also:


Attachments
Test case (413 bytes, text/html)
2016-11-28 13:41 PST, Dean Jackson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***