A SVG Image have 6 icon and need to choose one?(一个 SVG 图像有 6 个图标,需要选择一个吗?)
问题描述
我有一个 SVG 文件格式,其中有 5-6 个图标,我需要根据要求而不是整个图像来选择图标.
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.
您可以简单地将 .SVG 解析到您的 ImageView 或 Canvas 上,但这次我需要从中选择特定的图标.
In Simply you can parse the .SVG onto your ImageView Or Canvas but this time I need to choose particular icon from the among.
这可能与编码有关还是我需要单独绘制所有图标?
有人建议我的方式,如何实现它?
Somebody suggest me the way, how to make it happen ?
推荐答案
你没有说你使用的是哪个 SVG 库.如果您使用的是 AndroidSVG,您可以将 <view>
元素添加到您的 SVG(每个图标一个)并使用 renderViewToPicture() 等选择要绘制的适当图标.
You don't say which SVG library you are using. If you are using AndroidSVG, you could add <view>
elements to your SVG (one for each icon) and select the appropriate icon to draw using renderViewToPicture() etc.
这篇关于一个 SVG 图像有 6 个图标,需要选择一个吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:一个 SVG 图像有 6 个图标,需要选择一个吗?


- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android - 拆分 Drawable 2022-01-01