Skip to content

Instantly share code, notes, and snippets.

@levicole
Created September 18, 2010 17:53
Show Gist options
  • Select an option

  • Save levicole/585892 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/585892 to your computer and use it in GitHub Desktop.
function clearCanvas() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = "black";
ctx.fillRect(0, 0, canvas.width, canvas.height);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment