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