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