kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.svg
/
SVGTransform
SVGTransform
JS
abstract
external
class
SVGTransform
Exposes the JavaScript
SVGTransform
to Kotlin
Types
Constructors
Functions
Properties
Constructors
SVGTransform
Link copied to clipboard
JS
fun
SVGTransform
(
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
set
Matrix
Link copied to clipboard
JS
fun
setMatrix
(
matrix
:
DOMMatrixReadOnly
)
set
Rotate
Link copied to clipboard
JS
fun
setRotate
(
angle
:
Float
,
cx
:
Float
,
cy
:
Float
)
set
Scale
Link copied to clipboard
JS
fun
setScale
(
sx
:
Float
,
sy
:
Float
)
set
Skew
X
Link copied to clipboard
JS
fun
setSkewX
(
angle
:
Float
)
set
Skew
Y
Link copied to clipboard
JS
fun
setSkewY
(
angle
:
Float
)
set
Translate
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