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 density: PlatformContext.() -> Float = NO_DENSITY, val useViewBoundsAsIntrinsicSize: Boolean = true, val renderToBitmap: Boolean = true) : Decoder
A Decoder that decodes SVGs. Relies on external dependencies to parse and decode the SVGs.