Skip to content

Documentation / @ripl/svg / SVGText

Class: SVGText ​

Defined in: svg/src/index.ts:370

SVG-specific text element mapping position and content to SVG <text> attributes.

Extends ​

Implements ​

Constructors ​

Constructor ​

new SVGText(options): SVGText

Defined in: svg/src/index.ts:374

Parameters ​

ParameterType
optionsTextOptions

Returns ​

SVGText

Overrides ​

ContextText.constructor

Properties ​

PropertyModifierTypeInherited fromDefined in
contentpublicstringContextText.contentcore/src/context/text.ts:17
definitionpublicSVGContextElementDefinition-svg/src/index.ts:372
idreadonlystringSVGContextElement.id ContextText.idcore/src/context/text.ts:13
maxWidth?publicnumberContextText.maxWidthcore/src/context/text.ts:18
pathData?publicstringContextText.pathDatacore/src/context/text.ts:19
startOffset?publicnumberContextText.startOffsetcore/src/context/text.ts:20
xpublicnumberContextText.xcore/src/context/text.ts:15
ypublicnumberContextText.ycore/src/context/text.ts:16