geftimov / android-pathview

Android view with both path from constructed path or from svg.
Apache License 2.0
2.91k stars 513 forks source link

The method setSvgResource() is no use #37

Open nbalichaoq opened 7 years ago

nbalichaoq commented 7 years ago

when I invoke this method setSvgResource() to change the resourse of SVG, the SVG animator is still the playing as the old one

geftimov commented 7 years ago

That is true , should be easy fix stopping the animator every time we change the SVG. Unfortently I don't have time to do it. If you are interested in contributing , you can make a PR for it.