TSpan

Represents the <tspan> element.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val attributes: MutableMap<String, String>

A map of attributes for the SVG element. Keys are attribute names, and values are their corresponding values.

Link copied to clipboard
open override val children: MutableList<SvgElement>

A list of child SVG elements.

Link copied to clipboard

The text content of the <tspan> element.

Functions

Link copied to clipboard
open override fun render(): String

Renders the <tspan> element as a string.