Jonah Williams 6bfd7c1895 [Impeller] fix colr/bitmap font color drawing. (flutter/engine#52871)
Fixes https://github.com/flutter/flutter/issues/126546

Track the paint color used by Bitmap/Emoji/COLR fonts and use it as a cache key. This allows non-COLR glyphs in a COLR font to get the correct text color. For other kinds of fonts, we always record the color as black so there are no cache efficiency hits in general.
2024-05-17 19:29:06 +00:00
..