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