mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* In CanvasPath::transform/shift, copy the source path into the target SkPathBuilder and then execute the transform within the SkPathBuilder * Obtain SkPath snapshots through CanvasPath::path, which will cache the SkPath within a DlPath See https://github.com/flutter/flutter/issues/178395