SVGUseElement constructor

SVGUseElement()

Creates an SVGUseElement using the tag 'use'.

Implementation

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