SVG radialgradient not smooth
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
People
(Reporter: jbstrater, Unassigned)
References
()
Details
(Keywords: parity-chrome, testcase)
Attachments
(2 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
https://codepen.io/sidewayss/pen/NWqrKKp
I have viewed it in Firefox and Chrome (latest versions) on Windows 10 64bit.
In Firefox you can see rings as the gradient switches colors.
In Chrome, the gradient changes colors more smoothly, invisibly.
In the codepen page, it helps to size the code smaller to see the entire SVG image.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Hi jbstrater, I open the URL in the description, but <svg>
only renders as a black rectangle either in Firefox or Google Chrome. Did I miss anything?
Maybe I should make it a linearGradient, as I see the same issue there. It's all very dark, but you should see a slight color change from the center out to the edges, and in Chrome it's smooth, in Firefox it's segmented. I can take a screenshot and upload it, in case our color configurations are causing a difference. I'm running my monitor in sRGB mode.
I have modified the codepen so that the color changes are more drastic. I don't see a way to upload the pair of screenshot .png files I created.
Comment 7•5 years ago
|
||
Thank you! Now I can see the issue as described in comment 2 (after adjusting my screen's brightness).
Great. Note that the same issue exists for linearGradient. Thanks.
Updated•3 years ago
|
Updated•29 days ago
|
Description
•