Skip to main content
variable SVGFEConvolveMatrixElement
import { SVGFEConvolveMatrixElement } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: SVGFEConvolveMatrixElement; readonly SVG_EDGEMODE_DUPLICATE: number; readonly SVG_EDGEMODE_NONE: number; readonly SVG_EDGEMODE_UNKNOWN: number; readonly SVG_EDGEMODE_WRAP: number; new (): SVGFEConvolveMatrixElement; }