meerk40t / svgelements

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

Control Point Arc with Colinear Points Crashes in unhelpful way. #182

Closed tatarize closed 2 years ago

tatarize commented 2 years ago

An Arc with Colinear control points should be a line segment, this should crash with a better error than divide by zero.