SVGDefsElement constructor

SVGDefsElement()

Creates an SVGDefsElement using the tag 'defs'.

Implementation

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