VectorDrawable2Svg
介绍
VectorDrawable2Svg.py Python脚本将Android VectorDrawable .xml文件转换为.svg文件。
此存储库是从派生的,以添加对间接颜色引用的处理(例如,在color.xml文件中),因为该存储库似乎没有得到积极维护(基于未解决的问题和merge /当时将请求拉到那里)。
用法
python3 VectorDrawable2Svg.py a.xml b.xml ...
./VectorDrawable2Svg.py --color-xml-file=path/to/color.xml a.xml b.xml
1