CompositeOperator enumeration

CompositeOperator enumeration

Specifies the type of compositing operation to be applied in SVG compositing operations.

The CompositeOperator type exposes the following members:

Fields

FieldDescription
OVERPlaces the source graphic over the destination graphic.
INDisplays the source graphic where it overlaps the destination graphic.
OUTDisplays the source graphic where it does not overlap the destination.
ATOPDisplays the source graphic atop the destination graphic.
XORDisplays the source graphic where it does not overlap the destination and vice versa.
ARITHMETICAllows for a custom arithmetic compositing operation.

Remarks

Compositing operations in SVG determine how two graphic elements are combined into a single image. Each operator defines a distinct method of blending or combining these elements.

See Also