> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.v$mOoTT3t80/rev.459
 * 
 * authors: 
 *   Zoe Kellam

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



// Name:Zoe Kellam
// Date: 16/02
// Title:Assesment One - Draw a Face

size(400,400);
fill(289,100,199);
ellipse(100,100,100,100);
fill(289,100,199);
ellipse(150,150,150,150);
fill(289,100,199);
ellipse(200,200,200,200);
fill(0);
ellipse(170,170,30,30);
ellipse(260,170,30,30);