[Webkit-unassigned] [Bug 235604] DrawGlyphsRecorder::recordDrawGlyphs() triggers the creation of out of line Colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 18:24:20 PST 2022


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

--- Comment #8 from Sam Weinig <sam at webkit.org> ---
When Cameron wrote that code, we were using bounded SRGB for both color(srgb ...) and legacy rgb. Now, we use extended sRGB for color(srgb ) but still use bounded sRGB for legacy.

So, we could consider smuggling / encoding whether to use 8-bit / inline based on whether the CGColorRef is using bounded sRGB or extended sRGB for the color space.

-- 
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/20220204/b36d165f/attachment.htm>


More information about the webkit-unassigned mailing list