SVGFEDiffuseLightingElement constructor

SVGFEDiffuseLightingElement()

Creates an SVGFEDiffuseLightingElement using the tag 'feDiffuseLighting'.

Implementation

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