Created
May 19, 2018 20:36
-
-
Save kevlened/53a0d4f9a68c589d0203b42c91d0b41a to your computer and use it in GitHub Desktop.
draw a square on canvas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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