This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

feComposite

Overview Table

DOM Interface
SVGElement

Syntax

Standards information

Members

The SVGFECompositeElement object has these properties:

  • height: Gets or sets the height of an element.
  • in1: Identifies input for the given filter primitive.
  • in2: The second input image to the blending operation.
  • k1: A constant used for arithmetic composite operations.
  • k2: A constant used for arithmetic composite operations.
  • k3: A constant used for arithmetic composite operations.
  • k4: A constant used for arithmetic composite operations.
  • result: Provides a reference for the output result of a filter.
  • width: Defines the width of an element.
  • x: Gets or sets the x-coordinate value.
  • y: Gets or sets the y-coordinate value.

See also

Related articles

Filters

Related pages

Attributions