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   

Taylor Hunt
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-04-12 10:28:55 PDT
Note You need to log in before you can comment on or make changes to this bug.