mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Part of https://github.com/flutter/flutter/issues/128606. - Adds blend imagery that matches the Flutter BlendMode documentation: https://api.flutter.dev/flutter/dart-ui/BlendMode.html - Adds a clear side-by-side comparison of SaveLayer blending vs CPU blending to make verifying correctness possible. - Top squares are SaveLayer-applied blends. - Bottom squares are CPU blends.