NEW196826
Filter region attributes are ignored when applying SVG filters to HTML elements
https://bugs.webkit.org/show_bug.cgi?id=196826
Summary Filter region attributes are ignored when applying SVG filters to HTML elements
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.