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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 13:33:28 PST 2022


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

--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Specifically the fill colors compare as different here:

    if (mode.contains(TextDrawingMode::Fill) && (fillColor != context.fillColor()))
        context.setFillColor(fillColor);

-- 
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/20220202/146a33a3/attachment-0001.htm>


More information about the webkit-unassigned mailing list