ViewBox

class ViewBox(val x: Int, val y: Int, val width: Int, val height: Int)(source)

Parameters that can be used to set the viewBox attribute of an SVG.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int