Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable SVGFEBlendElement
import { SVGFEBlendElement } from "https://deno.land/x/domtype@v1.0.4/domtype.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; }