mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
557 stars 142 forks source link

Upstream improvement in svg_to_path.py #229

Open NGExplorer opened 1 month ago

NGExplorer commented 1 month ago

There are some improvements in svg_to_paths.py which we want to upstream.

1) ellipse2pathd Use 'cubic' curve to draw ellipse/circle. 'arc' is not supported on all platforms.

2) polyline2pathd

NGExplorer commented 2 weeks ago

Hello @mathandy , There is some improvement we've done in svg_to_paths.py and want to upstream our changes. Is there some specific test-suite/procedure we need to follow before creating a pull request ?