Wednesday, September 4, 2013

The HTML5 Canvas Handbook

This HTML file

CanvasHandbook.html
comprises
The HTML Canvas Handbook
an introduction to the <canvas> tag and comprehensive reference to the according JavaScript objects.

The whole HTML document is presented in a single file. A print version takes about 80-110 pages.

This blog post is meant to be the forum for this text. Comments and remarks are very welcome!

4 comments:

  1. Found this now, around one year later, and it's wunderful :-)

    ReplyDelete
  2. Found a bug in Section 2.2.4.1, third line:

    ... 0.0 (for fully transparent) and 1.1 (for fully opaque).

    must be

    ... 0.0 (for fully transparent) and 1.0 (for fully opaque).

    ReplyDelete
  3. I found a spelling mistake in Section 2.2.9.11:

    (value false, wich is the default)

    BTW, for me, this is a very useful website. Thank you.

    ReplyDelete
  4. This is a great detailed guide, published since 2013, I think it deserves a fresh update.

    ReplyDelete