Package-level declarations
Types
Link copied to clipboard
Represents an SVG with mutable properties.
Link copied to clipboard
class SvgDecoder( source: ImageSource, options: Options, val parser: Svg.Parser = Svg.Parser.DEFAULT, val useViewBoundsAsIntrinsicSize: Boolean = true, val renderToBitmap: Boolean = true, val scaleToDensity: Boolean = false) : Decoder
A Decoder that decodes SVGs. Relies on external dependencies to parse and decode the SVGs.