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