globalCompositeOperation property
The
CanvasRenderingContext2D.globalCompositeOperation
property of the Canvas 2D API sets the type of compositing operation to
apply when
drawing new shapes.
See also Compositing and clipping in the Canvas Tutorial.
Implementation
external String get globalCompositeOperation;
Implementation
external set globalCompositeOperation(String value);