SVGStyleElement constructor

SVGStyleElement()

Creates an SVGStyleElement using the tag 'style'.

Implementation

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