JavaScript Canvas: Filling/Stroking with a conic gradient broken, creates half-transparent image
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
People
(Reporter: rolf.borchmann, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I opened MDN Page for Canvas - createConicGradient: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createConicGradient
Actual results:
The demo rectangle in the example looks terrible. Colors are washed out. And if I recreate the example in a local page, I find that the fill is half transparent
Expected results:
Bright colors, no transparence. Open the page with Chrome and compare
Comment 1•2 years 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•2 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=d619ad58f951905f48571e1804cf9132885ce885&tochange=502f57bb0ebbce52ba15616a4aa213f2478f8e1f
Updated•2 years ago
|
Updated•2 years ago
|
Description
•