> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.LTeSGo$$6bS/rev.111
 * 
 * authors: 
 *   Chris Spagnuolo

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



// Name:
// Date:
// Title:


size (300,300);
fill(289,100,109);
rect(50,50,100,150);
fill(189,100,10);
rect(70,70,100,150);
fill(89,100,10);
rect(90,90,100,150);
fill(18,100,98);
rect(110,110,100,150);