mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Using paths' arcTo was causing performance issues in the Gallery. This commit uses Skia's optimized drawArc in order to improve performance, and it rolls the engine to the newest assing build. Fixes #3599. Tracking Skia issue: https://bugs.chromium.org/p/skia/issues/detail?id=5227