A SVG Image have 6 icon and need to choose one?

后端 未结 3 855
余生分开走
余生分开走 2021-01-27 16:44

I have an SVG file format in which there is 5-6 icon and I need to pick icon according to the requirement not the whole Image.

In Simply you can parse the .SVG onto you

3条回答
  •  梦如初夏
    2021-01-27 17:19

    You don't say which SVG library you are using. If you are using AndroidSVG, you could add elements to your SVG (one for each icon) and select the appropriate icon to draw using renderViewToPicture() etc.

提交回复
热议问题