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