mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.92k stars 229 forks source link

Is Swift SVG support Animation? how is it compare to Macaw? #93

Closed steve21124 closed 6 years ago

steve21124 commented 6 years ago

Thanks for the library. from readme, it is for high performance svg parser. Does SwiftSVG support animation? how it is compare to Macaw https://github.com/exyte/Macaw ? I try to see if I need animation of svg as uiview on top of existing uiview. Will Swift SVG support it?

mchoe commented 6 years ago

Hi @steve21124, SwiftSVG does not support animations and it probably will not in the near future. The library isn't meant to be a full-featured SVG library and tries to focus on a limited, but rich, set of use cases. Unfortunately, animations isn't one of those categories.

I would recommend looking into Macaw as it seems to support animations quite nicely.