Parser

fun interface Parser

An SVG parser that converts bytes into an Svg.

See also

parseSvg

for an example implementation.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun parse(source: BufferedSource): Svg