mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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