SVGFEFuncGElement constructor

SVGFEFuncGElement()

Creates an SVGFEFuncGElement using the tag 'feFuncG'.

Implementation

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