a-student / SvgToVectorDrawableConverter

Batch converter of SVG images to Android vector drawable XML resource files. Online version of the converter is here:
https://svg2vector.com
344 stars 45 forks source link

Allow to specify vector drawable size #11

Closed Tapchicoma closed 5 years ago

Tapchicoma commented 7 years ago

It would be nice for batch converting to have an additional command line parameter (or parameters) that will set in generated vector drawable android:width and android:height values (currently it is tied to the svg viewport height and width)

a-student commented 5 years ago

Your idea is implemented here.