mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This brings the behavior in line with the CanvasKit renderer, which also uses `None` for the default image shader quality. I added a few unit tests to cover different filter qualities. It turns out, there is a skia issue that manifests both in CanvasKit and Skwasm when a lazy image is rendered with medium quality. See https://g-issues.skia.org/issues/338095525