function (c) { // permalink c.clearRect(0, 0, 640, 480); c.save(); try { // ... } finally { c.restore(); } }
Save as PNG...
Canvas support is required to test canvas support.