jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Use android tools for Vector Drawable to SVG conversion #47

Closed jzbrooks closed 2 months ago

jzbrooks commented 2 years ago

Relates to #29 & #44

Goooler commented 2 months ago

This would be very handy to support svg2avd and avd2svg.

jzbrooks commented 2 months ago

This has obvious utility in the short run, so I'm going to merge it. If the built-in conversion logic gets good enough, we could replace the android studio tools, which would make the tool run a little faster (because it wouldn't be parsing a vector twice, which was the original reservation)