ksvg / com.github.nwillc.ksvg.attributes / HasFill

HasFill

(JS, JVM) interface HasFill

An Element can have a fill color.

Properties

(JS, JVM)

fill

The fill color.

abstract var fill: String?

Inheritors

(JS, JVM)

HasFillImpl

A basic implementation of HasFill.

class HasFillImpl : HasFill, HasAttributes
(JS, JVM)

Region

An abstract element that is a region and therefore has stroke and fill.

abstract class Region : Element, HasStroke, HasFill
(JS, JVM)

TEXT

An SVG text element.

class TEXT : Element, HasOrigin, HasFill