Function parse_svg

Source
pub fn parse_svg(input: &str) -> Result<Vec<SvgContent>, Box<Error<Rule>>>
Expand description

Parse a svg file and return a vector of SvgContent