【发布时间】:2015-03-03 07:50:15
【问题描述】:
如果我在 Illustrator 之类的程序中有矢量图像,我怎样才能得到正确的格式供 Android 的 VectorDrawable 框架使用?
我找到了将 SVG 转换为 VectorDrawable xml 格式的工具:http://inloop.github.io/svg2android/ 但它要求 SVG 只使用“路径”。
任何想法如何输出这样的文件?
【问题讨论】:
-
使用处理 REAL SVG 文件的库,例如 android-svg、svg-android 或您喜欢的任何文件。
标签: android svg android-vectordrawable