Skip to content

Instantly share code, notes, and snippets.

@gmisail
Created January 24, 2018 16:57
Show Gist options
  • Save gmisail/7177a76e901bc25bd34f9abf5fd6a984 to your computer and use it in GitHub Desktop.
Save gmisail/7177a76e901bc25bd34f9abf5fd6a984 to your computer and use it in GitHub Desktop.
var canvas = document.getElementById("view");
var context = canvas.getContext("2d");
context.fillStyle = "black";
context.fillRect(0, 0, 32, 32);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment