SVGFEDisplacementMapElement constructor

SVGFEDisplacementMapElement()

Creates an SVGFEDisplacementMapElement using the tag 'feDisplacementMap'.

Implementation

SVGFEDisplacementMapElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'feDisplacementMap',
      );