Jason Simmons c5c9cc6f22
Reduce the data copying in CanvasPath related to the SkPathBuilder API migration (#178512)
* 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
2025-11-17 16:57:37 +00:00
..
2025-10-09 19:44:25 +00:00

Flutter Engine

Setting up the Engine development environment

See here