Skip to main content

Module parser

Module parser 

Source
Expand description

SVG path parser and serializer.

Enums§

PathParseError

Functions§

parse_path
Parses an SVG path d string into a list of Instructions.
serialize_instructions
Serializes instructions back into a standardized SVG d path string.