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/zh-CN/docs/Web/SVG/Element

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

转换器的源代码在这里:

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):

<polygon><rect><circle><line><path><g>