SvgToVectorDrawableConverter
SvgToVectorDrawableConverter copied to clipboard
Reverse Convertion back to SVG feature, and auto detect Android version
I don't really know how to code as I am using this tool as a designer to handle this kind of files but I wanna ask it would be nice if we could have a reverse conversion feature back to SVG, and ability to do it by bulk.
And also ability to detect automatically what Android version or type of vector drawable would be nice so other that don't know how to mess with it don't have to worry about that
I'm pretty sure this feature is a no brainer to implement. Thanks
Anyone? Please?
I'm pretty sure it's easy to implement the conversion backwards
a reverse conversion feature back to SVG, and ability to do it by bulk
What is the practical value of this? Popular vector graphics software doesn't generates android vector drawables directly, so you always have source SVGs.
ability to detect automatically what Android version or type of vector drawable
Android min-version is usually chosen by the popularity of the platform, but not by resource compatibility.
It has a use case.
My mates at our small company created many svgs and did a lot of small changes until the native android conversion worked and now they don't know which one was the latest one so I need to take the android dravable and make a svg out of it :(