SVGFEPointLightElement constructor
SVGFEPointLightElement()
Creates an SVGFEPointLightElement using the tag 'fePointLight'.
Implementation
SVGFEPointLightElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'fePointLight',
);