Package-level declarations

Types

Link copied to clipboard
class SVG(val root: Xml, val warningProcessor: (message: String) -> Unit? = null) : SizedDrawable
Link copied to clipboard
object SvgPath

Functions

Link copied to clipboard
fun VectorBuilder.pathSvg(path: String, m: Matrix = Matrix.NIL)
Link copied to clipboard
suspend fun VfsFile.readSVG(): SVG
Link copied to clipboard
fun VectorPath.toSvgPathString(separator: String = " ", decimalPlaces: Int = 1): String