Svg
parsePath (d: string): Array<Point>
Return all points on an SVG path. Essentially, this turns a curved path into a polygon with just the joins/corners selected.
Name | Type | Default | Description |
---|---|---|---|
d | string |
Return all points on an SVG path. Essentially, this turns a curved path into a polygon with just the joins/corners selected.
Name | Type | Default | Description |
---|---|---|---|
d | string |