Expand description
SVG path parser and serializer.
Enums§
Functions§
- parse_
path - Parses an SVG path
dstring into a list ofInstructions. - serialize_
instructions - Serializes instructions back into a standardized SVG
dpath string.
SVG path parser and serializer.
d string into a list of Instructions.d path string.