mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Update SurfacePath to use PathRef * Fix test analysis errors * Switch DDRect to use path to reduce paint time processing * Implement toString() for debug mode * Fix contains (bounds inclusive) edge case, add test * Update recording canvas test for drawDRRect change * Update diffrate for arc/conic render change * Add test for winding for beveled border. Fix checkOnCurve * Fix mono quad winding on curve check * fix _chopCubicAtYExtrema and add test case * Address reviewer comments / setAll API usage