Gradient rendering issue
Categories
(Core :: Graphics, defect)
Tracking
()
People
(Reporter: conrad.congrene, Unassigned)
References
()
Details
(Keywords: correctness)
Attachments
(5 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36
Steps to reproduce:
Create html/css that uses the linear-gradient property:
background: linear-gradient(44.61deg, #7C2654 63%, #DA291C 155%)
Setting "gfx.webrender.all" to true seems to fix the issue, however this is not set to true by default
See https://imgur.com/a/yGuqjFX for 2 examples of the bug and the expected result
Actual results:
Gradient renders with blocks and solid colour
Expected results:
Gradient renders with a smooth gradient
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 4•4 years ago
|
||
Basic and WebRender with Nightly and ESR on KDE, X11, Debian Testing seem unaffected.
Comment 5•4 years ago
|
||
Direct3D 11 (Advanced Layers) looks fine, too.
Do you see this bug if you paste
data:text/html;charset=utf-8;base64,PCFkb2N0eXBlIGh0bWw+PGh0bWw+PGJvZHkgc3R5bGU9ImJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCg0NC42MWRlZywgIzdDMjY1NCA2MyUsICNEQTI5MUMgMTU1JSkiPjwvYm9keT48L2h0bWw+
into your address bar?
If not, could you provide a link to the affected website or upload a testcase?
Please also open about:support, click on "copy text to clipboard" and paste it here. Thanks!
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Comment 6•4 years ago
|
||
Reporter | ||
Comment 7•4 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #5)
Direct3D 11 (Advanced Layers) looks fine, too.
Do you see this bug if you paste
data:text/html;charset=utf-8;base64,PCFkb2N0eXBlIGh0bWw+PGh0bWw+PGJvZHkgc3R5bGU9ImJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCg0NC42MWRlZywgIzdDMjY1NCA2MyUsICNEQTI5MUMgMTU1JSkiPjwvYm9keT48L2h0bWw+
into your address bar?
If not, could you provide a link to the affected website or upload a testcase?
Please also open about:support, click on "copy text to clipboard" and paste it here. Thanks!
i dont see the bug in that above data link, it looks to happen when theres other elements overlapping/involved with the gradient.
the affected website is: https://sicg01mstr91pyvinte.dxcloud.episerver.net/
Reporter | ||
Comment 8•4 years ago
|
||
Updated•3 years ago
|
Description
•