pub fn parse(s: &str) -> Result<Path, ParserError>Expand description
Parse SVG Path string, convert all commands into absolute commands.
pub fn parse(s: &str) -> Result<Path, ParserError>Parse SVG Path string, convert all commands into absolute commands.