Canvas Tutorial / Reference [closed]
Solution 1:
This has friendly/easy tutorials
http://developer.mozilla.org/en/Canvas_tutorial
This is pretty comprehensive
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element
Solution 2:
Here is a HTML5 Canvas cheat sheet (PNG and PDF) and a HTML version of the same.
Here is a website dedicated to cheat sheets for developers, but it doesn't have any other canvas cheat sheets/references.
Solution 3:
I run a site called Canvas Demos, where you can find lots of tutorials and tools to help you build great applications with the canvas element.
It also contains a list of games and applications made by other people with the Canvas element.
Solution 4:
Rob Hawkes recently release "Foundation HTML5 Canvas for Games and Entertainment" book. http://rawkes.com/foundationcanvas
Solution 5:
There's one which covers all the properties/functions:
A comprehensive reference for HTML5 canvas