pub fn get_svg_path_data(s: &str) -> Result<String, Error>
Get all <path /> nodes in an svg file.
<path />
Returns error if s is not a valid svg file.