Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.dom.d.ts>SVGFEConvolveMatrixElement

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable SVGFEConvolveMatrixElement
import { SVGFEConvolveMatrixElement } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.dom.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; }