createNodesFromPathData
open fun createNodesFromPathData(@NonNull pathData: @NonNull String): @NonNull Array<PathParser.PathDataNode>(source)
Return
an array of the PathDataNode.
Parameters
pathData
The string representing a path, the same as "d" string in svg file.