> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://uclaspring12.sketchpad.cc/sp/pad/view/ro.$iBT7w11ad1/rev.39
 * 
 * authors: 
 *   Casey Reas

 * license (unless otherwise specified): 
 *   creative commons attribution-share alike 3.0 license.
 *   https://creativecommons.org/licenses/by-sa/3.0/ 
 */ 



// Project 3 Template
// Clone and modify this program, then change the name to 
// [YOUR NAME] - Project 3
// Press Control-R to render the sketch
 
void setup() {   
  size(800, 480);  // Horizontal
  // size(480, 800);  // Vertical
} 
 
void draw() { 
 
 
}