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>SVGFEBlendElement

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable SVGFEBlendElement
import { SVGFEBlendElement } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.dom.d.ts";

type

{ prototype: SVGFEBlendElement; readonly SVG_FEBLEND_MODE_COLOR: number; readonly SVG_FEBLEND_MODE_COLOR_BURN: number; readonly SVG_FEBLEND_MODE_COLOR_DODGE: number; readonly SVG_FEBLEND_MODE_DARKEN: number; readonly SVG_FEBLEND_MODE_DIFFERENCE: number; readonly SVG_FEBLEND_MODE_EXCLUSION: number; readonly SVG_FEBLEND_MODE_HARD_LIGHT: number; readonly SVG_FEBLEND_MODE_HUE: number; readonly SVG_FEBLEND_MODE_LIGHTEN: number; readonly SVG_FEBLEND_MODE_LUMINOSITY: number; readonly SVG_FEBLEND_MODE_MULTIPLY: number; readonly SVG_FEBLEND_MODE_NORMAL: number; readonly SVG_FEBLEND_MODE_OVERLAY: number; readonly SVG_FEBLEND_MODE_SATURATION: number; readonly SVG_FEBLEND_MODE_SCREEN: number; readonly SVG_FEBLEND_MODE_SOFT_LIGHT: number; readonly SVG_FEBLEND_MODE_UNKNOWN: number; new (): SVGFEBlendElement; }