Jonah Williams e4d3c07fa5 [Impeller] Simplify color source + text with new Skia API. (flutter/engine#45090)
The original implementation of arbitrary color source + text was quite complicated due to the fact that I had to use blending to emulate this functionality. Now that we can get paths from a given text data, I can instead make non solid color color sources and text just use the regular geometry + color source pipelines.

Fixes https://github.com/flutter/flutter/issues/132928
Fixes https://github.com/flutter/flutter/issues/132972
2023-08-28 20:15:04 +00:00
..