Skip to content

Instantly share code, notes, and snippets.

@ajermakovics
Created February 2, 2019 14:07
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 ajermakovics/927d3024360729c6ebe27cd711f2b4fd to your computer and use it in GitHub Desktop.
Save ajermakovics/927d3024360729c6ebe27cd711f2b4fd to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
range(10).forEach(i => rectStroke(8*i, 8*i, 8, 8, i*3) )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment