SvgToVectorDrawableConverter icon indicating copy to clipboard operation
SvgToVectorDrawableConverter copied to clipboard

Reverse Convertion back to SVG feature, and auto detect Android version

Open Mancerrss opened this issue 7 years ago • 3 comments

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

Mancerrss avatar Dec 27 '17 08:12 Mancerrss

Anyone? Please?

I'm pretty sure it's easy to implement the conversion backwards

Mancerrss avatar Jan 07 '18 07:01 Mancerrss

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.

a-student avatar Jan 08 '18 11:01 a-student

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 :(

LasseRosenow avatar Mar 06 '18 12:03 LasseRosenow