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