SVGFEConvolveMatrixElement constructor

SVGFEConvolveMatrixElement()

Creates an SVGFEConvolveMatrixElement using the tag 'feConvolveMatrix'.

Implementation

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