There are some improvements in svg_to_paths.py which we want to upstream.
-
ellipse2pathd
Use 'cubic' curve to draw ellipse/circle. 'arc' is not supported on all platforms.
-
polyline2pathd
- Handle case of redundant 'z' command in polyline
- Handle case when ellipse, polyline, rect does not have all attributes.
- Add spaces between draw commands and its parameters