SVGTextElement constructor

SVGTextElement()

Creates an SVGTextElement using the tag 'text'.

Implementation

SVGTextElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'text',
      );