class js.html.svg.TextPathElement extends TextContentElement
Available on js
In addition to text drawn in a straight line, SVG also includes the ability to place text along the shape of a <path>
element. To specify that a block of text is to be rendered along the shape of a <path>
, include the given text within a textPath
element which includes an xlink:href
attribute with a reference to a <path>
element.
Documentation for this class was provided by MDN.