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

SVG Animation support #31

Closed
isaactzab opened this issue Aug 28, 2017 · 5 comments
Closed

SVG Animation support #31

isaactzab opened this issue Aug 28, 2017 · 5 comments
Assignees

Comments

@isaactzab
Copy link

I just know if supports svg animation and export from specific frame. This is a cool feature.

@igagis
Copy link
Member

igagis commented Aug 29, 2017

Would be great if you provide some SVG sample files with animation

@isaactzab
Copy link
Author

isaactzab commented Aug 29, 2017

Of course. This is a very simple animation following w3 standard.
Here a link about animations:
https://www.w3.org/TR/SVG/animate.html#AnimateElement

I'm not an experienced programmer, but I'd like to help.

<svg xmlns="http://www.w3.org/2000/svg"> <rect height="100%" width="100%" fill="#fff"/> <g stroke="#000"> <g fill="none" stroke-width="2"> <animateTransform attributeName="transform" type="rotate" dur="5s" from="360 100 100" to="0 100 100" repeatCount="1"/> <ellipse cx="100" cy="100" rx="75" ry="75"/> <path stroke="#636363" stroke-width="6" d="M100 100L45 45"/> </g> <path stroke="red" stroke-width="6" d="M100 175v25"/> </g> </svg>

@igagis
Copy link
Member

igagis commented Aug 29, 2017

Thanks! I will look into it.

@igagis igagis self-assigned this Aug 29, 2017
@isaactzab
Copy link
Author

isaactzab commented Aug 30, 2017

@igagis
Copy link
Member

igagis commented Mar 14, 2018

Animation is not planned to be supported

@igagis igagis closed this as completed Mar 14, 2018
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