将Vector Drawable转换为SVG

时间:2017-11-21 12:53:23

标签: android android-drawable android-vectordrawable

是否有任何工具可以将Vector Drawable转换为SVG?我丢失了原来的svg文件,现在我想缩小图像的大小。目前,我有,

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="1200dp"
    android:height="1200dp"
    android:viewportHeight="1200"
    android:viewportWidth="1200">

我想把它变成180x180。提前谢谢。

2 个答案:

答案 0 :(得分:2)

看看这个Convert VectorDrawable to SVG

Vector Drawable格式与SVG非常相似。只需进行一些修改,您就可以将xml drawable转回SVG

对于制作此python脚本的人来说,将xml drawables转换回SVG https://gitlab.com/Hyperion777/VectorDrawable2Svg

答案 1 :(得分:0)

看看这个Shapeshifter

Shapeshifter工具可以导入VectorDrawable XML文件并导出回SVG文件