svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.04k stars 1.08k forks source link

amove() cannot be animated #1131

Closed pragdave closed 1 year ago

pragdave commented 4 years ago

Bug report

Although amove() works fine when setting up text, it doesn't seem to be an animatable property.

Fiddle

https://codepen.io/pragdave/pen/bGEgVpd

Explanation

I tried just adding it to Runner, but there's clearly some other plumbing that's needed, as it isn't being found

Dave

Fuzzyma commented 4 years ago

Mh jeah they seem to be missing on the Runner prototype. But in the end its as easy as adding them to the runner (with a bit of plumbing ;) ):

https://codepen.io/fuzzyma/pen/wvMgWjG

Fuzzyma commented 2 months ago

I am sorry, I somehow forgot to publish all the fixes I made. I just released it: https://github.com/svgdotjs/svg.js/releases/tag/3.2.1