Package-level declarations

Types

Link copied to clipboard
value class PathString(val string: String)
Link copied to clipboard
Link copied to clipboard
class SvgKanvas(val width: Float, val height: Float, formatter: NumberFormatter = ToStringFormatter) : Kanvas

Functions

Link copied to clipboard

Parses this as SVG Path data to a Path, throwing an exception if the parsing fails.

Link copied to clipboard

Parses this as SVG Path data to a Path, returning null if the parsing fails.