Getting Started with the Canvas
Explore the basics of HTML5 canvas by writing your first lines of JavaScript code to draw on the canvas. Understand how to use the canvas element and apply your conceptual knowledge practically to start creating graphics and gaining confidence in canvas programming.
We'll cover the following...
We'll cover the following...
In the previous article, we got a high-level overview of the mysterious canvas by comparing it to the more-familiar DOM. That ...