ksvg / com.github.nwillc.ksvg.attributes / HasStrokeImpl

HasStrokeImpl

(JS, JVM) class HasStrokeImpl : HasStroke, HasAttributes

A basic implementation of HasStroke.

Constructors

(JS, JVM)

<init>

A basic implementation of HasStroke.

<init>(hasAttributes: HasAttributes)

Properties

(JS, JVM)

stroke

The stroke color.

var stroke: String?
(JS, JVM)

strokeDashArray

The stroke dash array.

var strokeDashArray: String?
(JS, JVM)

strokeWidth

The stroke width.

var strokeWidth: String?