updateNodes

open fun updateNodes(target: @NonNull Array<PathParser.PathDataNode>, source: @NonNull Array<PathParser.PathDataNode>)(source)

Update the target's data to match the source. Before calling this, make sure canMorph(target, source) is true.

Parameters

target

The target path represented in an array of PathDataNode

source

The source path represented in an array of PathDataNode