SVGFEFuncRElement constructor

SVGFEFuncRElement()

Creates an SVGFEFuncRElement using the tag 'feFuncR'.

Implementation

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