Android Studio 支持哪些 SVG 元素,哪些不支持?

Android Studio 支持哪些 SVG 元素,哪些不支持?

问题描述:

我知道 android studio 不支持 SVG 中的所有元素.

I know android studio doesn't support all elements in SVG.

到目前为止我知道:

<defs>
<stop>
<use> 
<linearGradient>

尚不支持.

这里是对 svg 元素的引用https://developer.mozilla.org/en-US/docs/网页/SVG/元素

Here is reference to svg element https://developer.mozilla.org/en-US/docs/Web/SVG/Element

转换器的源代码在这里:SVG2Vector.java

The source code for the converter is here: SVG2Vector.java

由此可以看出,截至目前,支持以下元素(至少在某种程度上):

From that you can see that, as of now, the following elements are supported (to some extent at least):

, ,