The HTML5 canvas clip method
When it comes to presenting things on a canvas, you can stage parts of it off the canvas area or load it somewhere else and then display it at will on the canvas. Another way of doing it, and also to easily create some interesting features is the clip method. Be sure check out Robert’s article about using the HTML5 canvas clip method to hide certain content.

