Skip to content

Instantly share code, notes, and snippets.

@kevlened
Created May 19, 2018 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevlened/53a0d4f9a68c589d0203b42c91d0b41a to your computer and use it in GitHub Desktop.
Save kevlened/53a0d4f9a68c589d0203b42c91d0b41a to your computer and use it in GitHub Desktop.
draw a square on canvas
<canvas id=c /><svg onload="c.getContext`2d`.fillRect(0,0,l=c.width=c.height=99,l)"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment