Skip to content

Instantly share code, notes, and snippets.

@mranney
Created December 6, 2013 04:45
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 mranney/7818723 to your computer and use it in GitHub Desktop.
Save mranney/7818723 to your computer and use it in GitHub Desktop.
background(117,177,220);
stroke(31,134,46);
fill(31,134,46);
rect(450, 5, 10, 100);
rect(50, 200, 10, 100);
fill(56,42,237);
stroke(56, 42, 237);
ellipse(50, 350, 30, 30);
fill(229,49,49);
stroke(229,49,49);
rect(250, 0, 10, 400);
fill(199,128,23);
stroke(199,128,23);
rect(300, 25, 50, 10);
rect(340, 35, 10, 40);
rect(300, 75, 50, 10);
rect(300, 85, 10, 40);
rect(300, 125, 50, 10);
rect(150, 25, 10, 112);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment