ksvg / com.github.nwillc.ksvg.elements / POLYGON

POLYGON

(JS, JVM) class POLYGON : Region

An SVG polygon element.

Constructors

(JS, JVM)

<init>

An SVG polygon element.

<init>(validation: Boolean = false)

Properties

(JS, JVM)

points

The points defining the x and y coordinates for each corner of the polygon.

var points: String?