SVGFEDistantLightElement constructor

SVGFEDistantLightElement()

Creates an SVGFEDistantLightElement using the tag 'feDistantLight'.

Implementation

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