Created
March 19, 2017 06:46
-
-
Save firepunch/1cf1b8cf89b0a52b7ec7859e175bdd08 to your computer and use it in GitHub Desktop.
draw a line
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
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