Readonly
canvasThe CanvasRenderingContext2D.canvas
property, part of the Canvas API, is a read-only reference to the might be null
if there is no associated canvas element.
Optional
fillRule: CanvasFillRuleOptional
counterclockwise: booleanOptional
fillRule: CanvasFillRuleOptional
settings: ImageDataSettingsOptional
fillRule: CanvasFillRuleOptional
radii: number | DOMPointInit | (number | DOMPointInit)[]Optional
radii: number | DOMPointInit | Iterable<number | DOMPointInit, any, any>Optional
transform: DOMMatrix2DInit
The
CanvasRenderingContext2D
interface, part of the Canvas API, provides the 2D rendering context for the drawing surface of a canvas element.MDN Reference