DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

getPointAtLength not working correctly, becouse of bug in path2curve #1045

Open poolerMF opened 8 years ago

poolerMF commented 8 years ago

I'm trying to get point on path

first try works OK, but when I do it again, then it gives me wrong data ... I try to debug it and I see, that path2curve first time returns ["M", poxX, posY] but second/x time it returns only [posX, posY] or cacher do not works properly

can someone check it ?