foreignObject with conic-gradient is not rendered in svg
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: stefan.kusterer, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
54.02 KB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0
Steps to reproduce:
test.html (see attached zip) is not rendered properly by Firefox 101.0.1 (64-bit) on Windows 11
Actual results:
the foreignObject is not visible because the conic-gradient that is defined for #gauge-face-background in test.css is not rendered (see Screenshot Firefox.png)
Expected results:
The page should be rendered as shown in Screenshot Chrome.png.
This error does not occur with Firefox on iOS.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: WebRender' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•11 months ago
|
Comment 2•11 months ago
|
||
WebRender gradient primitives aren't used in this case (only blob image).
Updated•11 months ago
|
Description
•