mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Added drawArc to Canvas. Added a way to call SkCanvas::drawArc from Dart. This method is optimized for the arc case and should be faster that drawing paths. * Removed implementation details from docs. * Added more details to the docs.