Canvas conical gradients appearing washed out in firefox
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
People
(Reporter: jwcomping, Unassigned)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
35.30 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Firefox for Android
Steps to reproduce:
Created a conic gradient using CanvasRenderingContext2D.createConicGradient() see - https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createConicGradient
Actual results:
The colour of the gradient is washed out / opaque when compared to other browsers
Expected results:
The colour should match
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: Canvas2D' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
•
|
||
I can reproduce this issue on Nightly120.0a1 Windows10.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=d619ad58f951905f48571e1804cf9132885ce885&tochange=502f57bb0ebbce52ba15616a4aa213f2478f8e1f
FWIW, setting gfx.canvas.accelerated to true OR gfx.canvas.azure.backends to skia seems to fix this.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
:sergesanspaille, since you are the author of the regressor, bug 1834815, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Description
•