gfx.color_management.mode=1 causes incorrect canvas ImageData
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
People
(Reporter: me+bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
13.44 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
Prerequisites:
-
Wide color gamut display (or a display with a non-sRGB color profile assigned)
-
gfx.color_management.native_srgb=false (default on Windows)
-
gfx.color_management.mode=1
-
On Windows 10/11: HDR (advanced color management) disabled
-
On Windows 11: auto color management disabled/unsupported, or "Use legacy ICC color management" checked in EXE compatibility properties if ACM is enabled
-
Hover over a color
Actual results:
Hovered color is rgba(233, 64, 35, 1) (or some other result depending on the primaries of the display/color profile)
This breaks websites like windy.com
Expected results:
Hovered color is rgba(255, 0, 0, 1)
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•11 months ago
|
||
The severity field is not set for this bug.
:lsalzman, could you have a look please?
For more information, please visit BugBot documentation.
Updated•11 months ago
|
Description
•