Firefox Tomorrow

web api interface

SVGFECompositeElement

View on MDN ↗

The SVGFECompositeElement interface corresponds to the <feComposite> 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_FECOMPOSITE_OPERATOR_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_FECOMPOSITE_OPERATOR_OVER (1)
    • : Corresponds to the value over.
  • SVG_FECOMPOSITE_OPERATOR_IN (2)
    • : Corresponds to the value in.
  • SVG_FECOMPOSITE_OPERATOR_OUT (3)
    • : Corresponds to the value out.
  • SVG_FECOMPOSITE_OPERATOR_ATOP (4)
    • : Corresponds to the value atop.
  • SVG_FECOMPOSITE_OPERATOR_XOR (5)
    • : Corresponds to the value xor.
  • SVG_FECOMPOSITE_OPERATOR_ARITHMETIC (6)
    • : Corresponds to the value arithmetic.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also