feImage requires SVG images to have non-percentage width and height attributes
Categories
(Core :: SVG, defect)
Tracking
()
People
(Reporter: zeorin, Assigned: longsonr)
Details
Attachments
(4 files, 1 obsolete file)
| Reporter | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 3•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 6•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Updated•11 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 7•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 8•2 years ago
|
||
Comment 11•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 13•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
Removes one of the restrictions on feImage elements that frequently catches people out.
[Affects Firefox for Android]:
Yes
[Suggested wording]:
Previously SVG feImage elements that pointed to SVG content required the SVG document to have a root element that had non-percentage width and height values. Since SVG root elements default to width and height of 100%, people frequently found that feImage didn't work on Firefox and didn't know why. Such content will now fall back to use the default replaced element values of 300px width and 150px height and the feImage will no longer fail to render.
[Links (documentation, blog post, etc)]:
The following Stack Overflow question shows someone being caught out by this restriction.
https://stackoverflow.com/questions/57750604/cross-browser-svg-animation-with-filter-chrome-works-not-firefox-safari
| Assignee | ||
Updated•2 years ago
|
Comment 14•2 years ago
•
|
||
Note added to 123 nightly release notes in the Web Platform section.
Updated•2 years ago
|
Description
•