Bug 196826 - Filter region attributes are ignored when applying SVG filters to HTML elements
Summary: Filter region attributes are ignored when applying SVG filters to HTML elements
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac macOS 10.12.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-11 12:35 PDT by Taylor Hunt
Modified: 2019-04-12 10:28 PDT (History)
5 users (show)

See Also:


Attachments

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