翻译:English
Sketch 支持解码 SVG 静态图片,由 SvgDecoder 提供支持
implementation("io.github.panpf.sketch4:sketch-svg:${LAST_VERSION}")
Important
sketch-svg
模块支持自动注册组件,有关组件注册的详细内容请查看文档:《注册组件》
ImageRequest 和 ImageOptions 支持一些 svg 相关的配置,如下:
ImageRequest(context, "https://www.example.com/image.svg") {
svgBackgroundColor(Color.WHITE)
svgCss("...") // Only Android
}