I can draw on, move, scale and all that with canvas. But no where can I see is the way to "close" the canvas or even erase it.
I have a book on HTML5 Canvas and I cannot find any reference to closing or erasing a canvas. It seems logical that that technology would exist.
Even searching on the web yielded nothing on this. Usually when I exhaust my resources the answer is "you can't do that". That would be really stupid if there is no way to close or erase a canvas instance.
So my question: How does one close or erase a canvas instance??? Can I at least make it transparent?