jonobr1 / two.js

A renderer agnostic two-dimensional drawing api for the web.
https://two.js.org
MIT License
8.29k stars 454 forks source link

Fix Path.getPointAt prototype #649

Closed augustinbegue closed 2 years ago

augustinbegue commented 2 years ago

The prototype of Path.getPointAt incorrectly took a boolean instead of a number as its first parameter

jonobr1 commented 2 years ago

Thanks!