Class Svg2Vector

java.lang.Object
com.android.ide.common.vectordrawable.Svg2Vector

public class Svg2Vector
extends java.lang.Object
Converts SVG to VectorDrawable's XML. There are 2 major functions: 1. parse(file) This include parse the .svg file and build an internal tree. The optimize this tree. 2. writeFile() This is traversing the whole tree, and write the group / path info into the XML.