mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The simpler version I committed last week doesn't work correctly when the texture has been transformed. This CL restores the old painting code that properly handles this case. Fixes internal b/296916021