• D
    Added drawArc to Canvas. (#2995) · 67888c59
    Dragoș Tiselice 提交于
    * 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.
    67888c59
canvas.cc 12.7 KB