mathandy / svgpathtools

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

Add error message for invalid Path point range #218

Open AndreVallestero opened 12 months ago

AndreVallestero commented 12 months ago

As described on the README, "these parameterizations are defined over the domain 0 <= t <= 1". Currently, the user gets "Something went wrong" which is not very helpful.