mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Resolves https://github.com/flutter/flutter/issues/127013. Makes mask blurs work for most color source + geometry combinations. Crucially, this doesn't interfere with the fast paths for solid color RRect blurs (used for shadows). I'll be addressing mask blurs for text in a follow-up.