exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.02k stars 557 forks source link

[Feature Request] Please add support for existent SVG SMIL animations #129

Open Emasoft opened 7 years ago

Emasoft commented 7 years ago

Please, please, add support for reproducing existent SVG SMIL animations like those: http://www.tbyrne.org/viber-animated-svgs

ystrot commented 7 years ago

Hey! SVG SMIL looks like the right direction to evolve SVG support. However this task quite complicated and we're still on the phase where we have a lot of work related to the main SVG part. Anyway we'll include this task to our roadmap.

Meanwhile we would be happy if you can try to implement it yourself and provide PR. I can forward you to the right direction and review your work.

AndreyZSMJ commented 4 years ago

@ystrot do you have some updates?

Also what suggestions do you have? As I understand the problem is to parse 'animate'/'animateTransform' elements to CAAnimation objects. Could please clarify this? Thanks