Bug 196826
| Summary: | Filter region attributes are ignored when applying SVG filters to HTML elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Taylor Hunt <tigt> |
| Component: | SVG | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/49855358>