svgPath

fun NodeManager.svgPath(): SVGPath

Add a SVGPath to this manager.

Return

the control added.


inline fun svgPath(configuration: SVGPath.() -> Unit): SVGPath

Create a SVGPath with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.svgPath(configuration: SVGPath.() -> Unit): SVGPath

Add a SVGPath with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.