[Webkit-unassigned] [Bug 234997] basic color with alpha doesn't match other browsers on non-sRGB monitors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 18:39:58 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=234997

--- Comment #6 from Sam Weinig <sam at webkit.org> ---
Looks like this is likely due to using the display colorspace as our working color space for our CGContextRefs. As such, this is not a problem on sRGB displays.

We should try to see if we can use extended-srgb as we do on iOS, but it will likely be a bit costly due to the lack of a dedicated scaler. But it is an experiment worth doing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220108/4a20ab70/attachment.htm>


More information about the webkit-unassigned mailing list