jaredrummler / AnimatedSvgView

Animated SVG Drawing for Android
Apache License 2.0
1.98k stars 250 forks source link

Could you consider adding a way to reference SVG resources directly later? #19

Open lpz0715 opened 5 years ago

lpz0715 commented 5 years ago

First of all thanks for sharing such a great project. The animation is perfect, just the kind I wanted. But I have a problem It would be nice if it were a simple SVG resource, but the SVG files I recently are a bit more complex,it even has hundreds of paths. If I can only use the path array, I need to pull out each path.

I recently found a project that references SVG resources directly,(https://github.com/geftimov/android-pathview) but his animation is not perfectly smooth,and that bro didn't have much time to fix it. Forgive me, I'm still a noob.(wry smile)

So I would like to ask if you can directly refer to SVG in future updates,

That would be great. My English is terrible,I don't know if you can read my description.

Ha ha. Finally, looking forward to your reply

lpz0715 commented 5 years ago

ok,dude. I have solved the problem now.(Fetch the path and color using methods that parse the XML) Thank you all the same~~