Skip to contents

Converts an SVG path string ('d' attribute) into a matrix of cubic Bezier points.

Usage

parse_svg_path_data(path_str)

Arguments

path_str

The SVG path string (e.g., "M 10 10 L 20 20 ...")

Value

Matrix of points (N x 3)