SVGTransformList

abstract class SVGTransformList : JsAny

Exposes the JavaScript SVGTransformList to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int
Link copied to clipboard
open val numberOfItems: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun clear()
Link copied to clipboard
Link copied to clipboard
fun getItem(index: Int): SVGTransform
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun replaceItem(newItem: SVGTransform, index: Int): SVGTransform