meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
124 stars 28 forks source link

Correct Issue #222 Iterative Point Adding. #223

Closed tatarize closed 1 year ago

tatarize commented 1 year ago

Recursive calls for segment adding above 1000x points can crash, this likely needs to perform the calls in a standard loop.