mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Update CanvasKit to 0.7.0 and flesh out painting This allows us to fix some bugs in the CanvasKit backend. - Implement RRect where the radii are different - Implement drawDRRect - Implement ColorFilter - Implement the correct `arcTo` for `arcToPoint` * update licenses * Respond to review comments - Add TODO to avoid unnecessary conversions - Don't set CanvasKit to default - Fix licenses file * Add ==, hashCode, and toString back to ColorFilter API