SVGTransform

abstract external class SVGTransform

Exposes the JavaScript SVGTransform to Kotlin

Constructors

SVGTransform
Link copied to clipboard
JS
fun SVGTransform()

Types

Companion
Link copied to clipboard
JS
object Companion

Functions

setMatrix
Link copied to clipboard
JS
fun setMatrix(matrix: DOMMatrixReadOnly)
setRotate
Link copied to clipboard
JS
fun setRotate(angle: Float, cx: Float, cy: Float)
setScale
Link copied to clipboard
JS
fun setScale(sx: Float, sy: Float)
setSkewX
Link copied to clipboard
JS
fun setSkewX(angle: Float)
setSkewY
Link copied to clipboard
JS
fun setSkewY(angle: Float)
setTranslate
Link copied to clipboard
JS
fun setTranslate(tx: Float, ty: Float)

Properties

angle
Link copied to clipboard
JS
open val angle: Float
matrix
Link copied to clipboard
JS
open val matrix: DOMMatrix
type
Link copied to clipboard
JS
open val type: Short