Support for <animate> tag #7469
graphics-et-al
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
You can make a feature request but eventually no one will done it.
On top of that, you should think of what you want to do with those animation once you parse it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I've built a little tool that allows users to drag and drop SVG clipart onto a FabricJS canvas, which works pretty well.
Now, I'd like to include some simple animations. I note that the SVG spec allows for this: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate
Is there a way for FabricJS to parse this and result in the animated SVG coming across with the animation intact? Or if not, can I make this into a feature request?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions