SVGSymbolElement constructor

SVGSymbolElement()

Creates an SVGSymbolElement using the tag 'symbol'.

Implementation

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