parse method

void parse()

Parse the string. On error, this throws a ParseError, but it leaves the path up to where the error occurred in builder.path. The error behavior specified in s. 9.5.4 of https://www.w3.org/TR/2018/CR-SVG2-20181004/paths.html can be had by catching the exception, reporting it to the user if appropriate, and rendering the partial path.

Implementation

void parse() => _hidden.parse();