colinmeinke / wilderness

An SVG animation API
https://wilderness.now.sh
MIT License
154 stars 8 forks source link

Motion path can be janky on large curves #30

Closed colinmeinke closed 7 years ago

colinmeinke commented 7 years ago

This is a result of the curves being translated to lines to retrieve x, y, angle props.

Need to increase accuracy of this calculation.

colinmeinke commented 7 years ago

Turns out I've already build this. #legend.