SVGLength

abstract class SVGLength : JsAny

Exposes the JavaScript SVGLength to Kotlin

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val unitType: Short
Link copied to clipboard
open var value: Float
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun newValueSpecifiedUnits(unitType: Short, valueInSpecifiedUnits: Float)