SVGAnimatedPoints

JS
1.1
interface SVGAnimatedPoints
(source)

Exposes the JavaScript SVGAnimatedPoints to Kotlin

Properties

JS
1.1

animatedPoints

abstract val animatedPoints: SVGPointList
JS
1.1

points

abstract val points: SVGPointList

Inheritors

JS
1.1

SVGPolygonElement

Exposes the JavaScript SVGPolygonElement to Kotlin

abstract class SVGPolygonElement : 
    SVGGeometryElement,
    SVGAnimatedPoints
JS
1.1

SVGPolylineElement

Exposes the JavaScript SVGPolylineElement to Kotlin

abstract class SVGPolylineElement : 
    SVGGeometryElement,
    SVGAnimatedPoints