Skip to content

Conversation

@Robbendebiene
Copy link
Contributor

This PR allows setting a separate FilterQuality (and more importantly null) on the Transform widget instead of using the same filterQuality as used on the Image for RotatedOverlayImage. I believe this was an oversight introduced by this change: 2e64369

This fixes a problem we encountered. When zooming the rotated image sometimes flickers. My guess is that this happens because the rotated image is raster cached (due to filterQuality not being null see: flutter/flutter#106006 (comment)) and when the raster cache gets full (due to tiles coming in) the rotated image is somehow purged from the cache.

Demo of the bug:

FlickeringImage.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant