...which you can see rendered here raises next exception trying to parse it:
File "/usr/local/lib/python3.8/dist-packages/svgpathtools/parser.py", line 15, in parse_path
return Path(pathdef, current_pos=current_pos, tree_element=tree_element)
File "/usr/local/lib/python3.8/dist-packages/svgpathtools/path.py", line 2274, in __init__
self._parse_path(segments[0], current_pos)
File "/usr/local/lib/python3.8/dist-packages/svgpathtools/path.py", line 3076, in _parse_path
end = float(elements.pop()) + float(elements.pop()) * 1j
ValueError: could not convert string to float: 'v'
This SVG path:
...which you can see rendered here raises next exception trying to parse it:
Minimal reproducible example