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