mathandy / svgpathtools

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

Fix implementation of points() #155

Closed saraedum closed 3 years ago

saraedum commented 3 years ago

so the argument ts is understood as a list of points and not as a parameter to poly().

mathandy commented 3 years ago

Thanks @saraedum !