Which SVG elements are supported by Android studio and which are not?

后端 未结 1 2181
旧时难觅i
旧时难觅i 2021-02-20 07:14

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

So far I know that:



 



        
相关标签:
1条回答
  • 2021-02-20 07:45

    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>

    0 讨论(0)
提交回复
热议问题