SVG image shows dark edges
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | wontfix |
firefox108 | --- | wontfix |
firefox109 | --- | fix-optional |
firefox110 | --- | fix-optional |
People
(Reporter: mnj1004, Assigned: nical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0
Steps to reproduce:
- Start Firefox and open attached HTML file.
- Change zoom level with menu button or ctrl + wheel scroll.
Actual results:
When zoom level is changed, dark edges are randomly displayed around SVG image.
Expected results:
Dark edges should not appear.
SVG image itself is grey without any outline but dark edges are displayed around the image.
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: ImageLib' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•2 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=cddcdc46d3484be662cc56ceefe6b282481ca115&tochange=950227a483519fe71798772a0996c02dec2125f1
Comment 4•2 years ago
|
||
Setting gfx.webrender.svg-images to false fix the issue.
Comment 5•2 years ago
|
||
:nical, since you are the author of the regressor, bug 1686654, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
•
|
||
It looks like the image is rendered with anti-aliasing on the edges but in the opaque pass instead of the alpha pass which causes the edge artifacts.
Description
•