R/svg_parser.R
parse_svg_path_data.Rd
Converts an SVG path string ('d' attribute) into a matrix of cubic Bezier points.
parse_svg_path_data(path_str)
The SVG path string (e.g., "M 10 10 L 20 20 ...")
Matrix of points (N x 3)