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 ​
| Parameter | Type |
|---|---|
textId | string |
pathId | string |
content | string |
startOffset? | number |
Returns ​
SVGTextPath
Properties ​
| Property | Modifier | Type | Defined in |
|---|---|---|---|
definition | public | SVGContextElementDefinition | svg/src/index.ts:428 |
id | readonly | string | svg/src/index.ts:427 |