get_svg_path_data

Function get_svg_path_data 

Source
pub fn get_svg_path_data(s: &str) -> Result<String, Error>
Expand description

Get all <path /> nodes in an svg file.

ยงErrors

Returns error if s is not a valid svg file.