Closed
Bug 1802459
Opened 2 years ago
Closed 2 months ago
svg filters need a frame to work
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 376027
People
(Reporter: mayankleoboy1, Unassigned)
References
Details
Attachments
(1 file)
462 bytes,
text/html
|
Details |
Go to https://codepen.io/netsi1964/pen/abKLGeL
Click on the image
ER: New random filter
AR: no change
Additional point: Prior to bug 1787623, the image itself wouldnt load.
Comment 1•2 years ago
|
||
The filter is inside an svg, and the document sets display none on the svg subtree. If I remove that then the page works as expected. So looks like we fail to handle filters that don't have a frame.
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
It seems like this could work, the frame mostly get passes the request off to the content element but there is some other stuff going on that makes it not trivial.
Component: Web Painting → SVG
Summary: Codepen demo (https://codepen.io/netsi1964/pen/abKLGeL) doesnt work in Nightly → svg filters need a frame to work
Comment 4•2 years ago
|
||
This is the frame that we need, the content is stored just above.
Comment 5•2 years ago
|
||
some filters such as feFlood do need a frame because their colour comes from CSS.
Updated•2 years ago
|
Severity: -- → S3
Reporter | ||
Comment 6•2 months ago
|
||
This still repros in Nightly.
Chrome works here.
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•