Skip to content

Documentation / @ripl/svg / SVGTextPath

Class: SVGTextPath ​

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

SVG <textPath> element for rendering text along a path defined in <defs>.

Implements ​

Constructors ​

Constructor ​

new SVGTextPath(textId, pathId, content, startOffset?): SVGTextPath

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

Parameters ​

ParameterType
textIdstring
pathIdstring
contentstring
startOffset?number

Returns ​

SVGTextPath

Properties ​

PropertyModifierTypeDefined in
definitionpublicSVGContextElementDefinitionsvg/src/index.ts:428
idreadonlystringsvg/src/index.ts:427