a-student / SvgToVectorDrawableConverter.Web

Online converter of SVG images to Android vector drawable XML resource files.
https://svg2vector.com
116 stars 22 forks source link

preserve svg <g> tag #59

Open 4rz0 opened 5 years ago

4rz0 commented 5 years ago

Preserve the svg group tag <g> and convert it into android's <group> element.

4rz0 commented 5 years ago

Example is here: https://github.com/devendroid/VectorChildFinder/blob/e5f53551386a251e162e255519f678921a979871/app/src/main/res/drawable/boy.xml#L20