We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although amove() works fine when setting up text, it doesn't seem to be an animatable property.
amove()
https://codepen.io/pragdave/pen/bGEgVpd
I tried just adding it to Runner, but there's clearly some other plumbing that's needed, as it isn't being found
Dave
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
46ee87a
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: