Skip to content
New issue

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

Do this lib support animate tag of SVG standart? #1663

Closed
psnet opened this issue Nov 11, 2021 · 1 comment
Closed

Do this lib support animate tag of SVG standart? #1663

psnet opened this issue Nov 11, 2021 · 1 comment

Comments

@psnet
Copy link

psnet commented Nov 11, 2021

SVG has standard tag animate that can animate anything in SVG. It usage is like this:

<Rect x="25" y="0" width="750" height="290" stroke="url(#Gradient)" strokeWidth="50" fill="transparent">
  <animate attributeType="XML" attributeName="y" from="0" to="50" dur="2s" repeatCount="indefinite" />
</Rect>

Does this lib support this tag (animate)?

@bohdanprog
Copy link
Member

Hello @psnet,
Unfortunately, we don't support that tag, maybe in the future we will add that feature but now we haven't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants