mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Add pathMeasure * Implement tangetAt * add extractPath segment iterator * Implement extractPath/chopCubicAt/chopQuadAt * Wire up extractPath and add tests for cubic/quadratic * Switch to interpolate on chopCubic * addressed review comments