parse_path_data
Description:
Parses the given SVG path specification string.
Parameters:
path_data |
the sequence of path commands, specified as a string using the same syntax as in the <ulink url="http://www.w3.org/Graphics/SVG/"> Scalable Vector Graphics (SVG)</ulink> path element. |
Returns:
a Array of CanvasPathCommand elements. |