Skip to content

Instantly share code, notes, and snippets.

@firepunch
Created March 19, 2017 06:46
Show Gist options
  • Save firepunch/1cf1b8cf89b0a52b7ec7859e175bdd08 to your computer and use it in GitHub Desktop.
Save firepunch/1cf1b8cf89b0a52b7ec7859e175bdd08 to your computer and use it in GitHub Desktop.
draw a line
size (400,400); //sizing window
background(192,64,0);
stroke(255); //set stroke color
line (150,25,270,350);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment