mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously, we tried to use the render tree's paint offset to move the text to the proper position, but that appears to snap to integer logical pixels, introducing jitter. Now we use the SkCanvas's matrix to position the text, removing the jitter. Fixes https://github.com/flutter/flutter/issues/234