Skip to content

Instantly share code, notes, and snippets.

@tankred
Last active October 19, 2020 13:43
Show Gist options
  • Save tankred/9698711 to your computer and use it in GitHub Desktop.
Save tankred/9698711 to your computer and use it in GitHub Desktop.
Date-paintings
<canvas id="OnKawara" width="501" height="345"></canvas>
var canvas = document.getElementById("OnKawara");
var context = canvas.getContext("2d");
context.fillStyle = "white";
context.font = "42pt 'Gill Sans MT',sans-serif";
context.fillText("MARCH22,2014", 64, 190);
#OnKawara {background:#37383d;border:1px solid #69686d;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment