meerk40t / svgelements

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

Path("M0,0A0,0 0 0 0 0,0z").bbox() crashes. Zero sweep bounding box div/0 #97

Closed tatarize closed 3 years ago

tatarize commented 3 years ago

Path("M0,0A0,0 0 0 0 0,0z").bbox() replication is a 0 sweep arc with the bounding box.

meerk40t/meerk40t#387