Firefox Tomorrow

web api interface

SVGFEBlendElement

View on MDN ↗

The SVGFEBlendElement interface corresponds to the <feBlend> element.

Instance properties

This interface also inherits properties from its parent interface, SVGElement.

Instance methods

This interface does not provide any specific methods, but implements those of its parent, SVGElement.

Static properties

  • SVG_FEBLEND_MODE_UNKNOWN (0)
    • : The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
  • SVG_FEBLEND_MODE_NORMAL (1)
    • : Corresponds to the value normal.
  • SVG_FEBLEND_MODE_MULTIPLY (2)
    • : Corresponds to the value multiply.
  • SVG_FEBLEND_MODE_SCREEN (3)
    • : Corresponds to the value screen.
  • SVG_FEBLEND_MODE_DARKEN (4)
    • : Corresponds to the value darken.
  • SVG_FEBLEND_MODE_LIGHTEN (5)
    • : Corresponds to the value lighten.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also