inloop / svg2android

SVG to Android VectorDrawable XML resource file
http://inloop.github.io/svg2android
Apache License 2.0
1.71k stars 357 forks source link

Question: Would conversion be feasible on-device? #104

Closed stefanhaustein closed 4 years ago

stefanhaustein commented 4 years ago

Background: There are some SVG-renderers for Android out there, but I wonder if on-device conversion to AVG might be a better approach? Offline conversion is not practical for my purpose unfortunately...

stefanhaustein commented 4 years ago

Doesn't work: AVDs in resources are converted to a binary format and there is (currently) no way to load them dynamically