An introduction to HTML5 canvas: part 1

THE canvas tag which was introduced in the HTML5 spec acts as a container for graphics to be drawn in. The canvas element itself is useless without the 2D drawing API and that’s what I’ll be look at here. Continue reading