blob: 807b09507b1cb137cef392be63a550f49bdd9725 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
2d.state: "the-canvas-state"
2d.transformation: "transformations"
2d.color.space: "wide-gamut-canvas"
2d.composite: "compositing"
2d.fillStyle: "fill-and-stroke-styles"
2d.gradient: "fill-and-stroke-styles"
2d.pattern: "fill-and-stroke-styles"
2d.strokeStyle: "fill-and-stroke-styles"
2d.shadow: "shadows"
2d.filter: "filters"
2d.clearRect: "drawing-rectangles-to-the-canvas"
2d.fillRect: "drawing-rectangles-to-the-canvas"
2d.strokeRect: "drawing-rectangles-to-the-canvas"
2d.drawImage: "drawing-images-to-the-canvas"
2d.imageData: "pixel-manipulation"
2d.path: "path-objects"
2d.text: "text"
2d.coordinatespace: "conformance-requirements"
2d.missingargs: "conformance-requirements"
2d.voidreturn: "conformance-requirements"
2d.canvas: "the-offscreen-canvas"
2d.getcontext: "the-offscreen-canvas"
context: "the-offscreen-canvas"
initial: "the-offscreen-canvas"
size: "the-offscreen-canvas"
|