SVGFEFuncAElement constructor

SVGFEFuncAElement()

Creates an SVGFEFuncAElement using the tag 'feFuncA'.

Implementation

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