mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Flesh out the CanvasKit backend some more - Implement `drawOval` and `addOval` - Use the Canvas's own `getSaveCount` - Implement `skew` - Implement `saveLayerWithoutBounds` - Document things which we don't plan to implement in the Skia backend * Remove `rasterCache` fake support * Remove saveCount setter