HTML5 Canvas Reference - Reference
arc()
Creates circle part
arcTo()
Creates an curve between two tangents
clip()
Clips a region from the canvas
closePath()
Close a path by linking current point back to the starting point
fillStyle
Sets or gets the color, gradient, or pattern
font
Sets or gets the font properties
globalAlpha
Sets or gets the current transparency value
ImageData
ImageData object returned from getImageData()
lineCap
Sets or gets the style of the line ending caps
lineJoin
Sets or gets the type of line join
lineTo()
Adds a new point to create a line from that point to the last specified point
lineWidth
Sets or gets the current line width
putImageData()
Put the image data from a ImageData object back to the canvas
scale()
Make the drawing bigger or smaller
shadowBlur
Sets or gets the blur level for shadows
shadowOffsetX
Sets or gets the horizontal distance between the shadow and the shape
shadowOffsetY
Sets or gets the vertical distance between the shadow and the shape
strokeStyle
Sets or gets the color, gradient, or pattern used for strokes