shape-rendering not working for <line> in SVG (always crispEdges)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: David.Gausmann, Unassigned, NeedInfo)
References
(Blocks 2 open bugs)
Details
(Keywords: regressionwindow-wanted)
Attachments
(1 file)
964 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
I am drawing a line with inline SVG in a 45 degree angle.
Actual results:
The line is drawn without antialiasing. Even with the "shape-rendering" attribute no antialiasing is used.
Expected results:
Antialiasing should be used. In Chrome the behavior is exactly like expected.
Reporter | ||
Comment 1•11 months ago
|
||
The missing anti-aliasing is easier to see, if you take a screenshot and paste it into a graphic program, where you can zoom in.
Updated•11 months ago
|
Comment 2•11 months 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.
Comment 3•11 months ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Comment 4•10 months ago
|
||
Nical, Jeff, do you know who would be best to look at this? I guess it's blob rendering via Skia, would that be right?
Updated•10 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Description
•