Skip to main content

parse_path

Function parse_path 

Source
pub fn parse_path(d: &str) -> Result<Vec<Instruction>, PathParseError>
Expand description

Parses an SVG path d string into a list of Instructions.