mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
cherry-pick of https://github.com/flutter/flutter/pull/165008 ## Impacted Users Impeller users. ## Impact Description Text that is rotated 180 degrees exactly will render as if it is scaled by {-1, 1} instead of {-1, -1}. ## Workaround You can rotate text 180.001 degrees instead but the fidelity will be less. ## Risk If it's wrong it could break all text rendering. There are golden tests for it. ## Test Coverage Golden tests (which are not run on release branches) ## Validation Steps https://github.com/flutter/flutter/issues/164958 has reproduction code
Flutter Engine
gclient bootstrap
Flutter engine uses gclient to manage dependencies.
If you've already cloned the flutter repository: