Bug 196826

Summary: Filter region attributes are ignored when applying SVG filters to HTML elements
Product: WebKit Reporter: Taylor Hunt <tigt>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dino, sabouhallawa, simon.fraser, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Mac   
OS: macOS 10.12.4   

Description Taylor Hunt 2019-04-11 12:35:06 PDT
Test case on CodePen: https://codepen.io/anon/pen/jRmerV?editors=1100

The width/height/x/y attributes for <filter> are ignored when applying the filter via CSS `filter: url(…)` to an HTML element. However, they are respected when applied to an SVG element, such as the <rect> in the test case.
Comment 1 Radar WebKit Bug Importer 2019-04-12 10:28:55 PDT
<rdar://problem/49855358>