What Else You Can Do with a Canvas
In this lesson, we will learn about various other feats you can accomplish using the canvas tag.
We'll cover the following...
The canvas is a much more powerful tool than demonstrated by these short exercises. The canvas API contains many operations to draw, and it leverages the hardware acceleration, provided your browser supports it. The canvas handles fractional pixels, can ...