Companion

object Companion

Functions

Link copied to clipboard

Build from an already-parsed <svg> element (inline SVG in XHTML).

Link copied to clipboard
fun isSvg(bytes: ByteArray): Boolean

True when bytes open like an SVG file.

Link copied to clipboard
fun parse(bytes: ByteArray): SvgImage?

Parse a whole .svg file, or null when there is no <svg> in it.