mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The core problem was multiplying matrices the wrong way around. While I was there I did some minor cleanup. I think that may have fixed another bug relating to A11Y turning on or off improperly, but since I never figured out the steps to reproduce, it's hard to tell. Fixes https://github.com/flutter/flutter/issues/7205 Fixes https://github.com/flutter/flutter/issues/10059 (maybe)