Open 4rz0 opened 5 years ago
Preserve the svg group tag <g> and convert it into android's <group> element.
<g>
<group>
Example is here: https://github.com/devendroid/VectorChildFinder/blob/e5f53551386a251e162e255519f678921a979871/app/src/main/res/drawable/boy.xml#L20
Preserve the svg group tag
<g>
and convert it into android's<group>
element.