sad*_*dat 2 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">
Run Code Online (Sandbox Code Playgroud)
我想将其设为 180x180。提前致谢。
看看这个Convert VectorDrawable to SVG
Vector Drawable 格式与 SVG 非常相似。只需进行一些修改,您就可以将 xml drawable 转回 SVG
归功于制作这个将 xml drawable 转换回 SVG https://gitlab.com/Hyperion777/VectorDrawable2Svg 的这个 python 脚本的人
| 归档时间: |
|
| 查看次数: |
10670 次 |
| 最近记录: |