makePathSimpler
makePathSimpler(
path
):TSimplePathData
Parameters
• path: TComplexPathData
the array of commands of a parsed SVG path for Path
Returns
the simplified array of commands of a parsed SVG path for Path
TODO: figure out how to remove the type assertions in a nice way