SVGTextPathElement constructor
SVGTextPathElement()
Creates an SVGTextPathElement using the tag 'textPath'.
Implementation
SVGTextPathElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'textPath',
);