> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://spagnuolo.sketchpad.cc/sp/pad/view/ro.bUHWMidZ7$K/rev.2025
 * 
 * authors: 
 *   Chris Spagnuolo
 *   Scarlet Callow

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



/*
This sketch builds on a prior work, "Modified clone of 'Untitled Sketch'", created by Scarlet Callow
http://spagnuolo.sketchpad.cc/sp/pad/view/ro.4oRFyYNq6TTRAYi/rev.86
*/




/*
This sketch builds on a prior work, "Untitled Sketch", created by Scarlet Callow
http://spagnuolo.sketchpad.cc/sp/pad/view/ro.4wFe3vuh0eSa34X/rev.247
*/




// Name: Scarlet Callow
// Date:12 February 2016
// Title:Assessment 1

size(300,300);
//head
fill(125,80,50);
ellipse(150,150,100,100);

//ears
ellipse(195,90,50,50);
ellipse(106,90,50,50);

fill(250,250,250);
//eyes
ellipse(135,135,20,20);
ellipse(165,135,20,20);

fill(0,0,0);
//inner eyes
ellipse(135,138,5,5);
ellipse(165,138,5,5);

fill(350,150,150);
//inner ear
ellipse(185,100,20,20);
ellipse(110,102,20,20);

//nose
fill(350,150,150);
strokeWeight(2);
triangle(140,160,160,160,150,175)

//whiskers



strokeWeight(1)

line(140,160,60,150);
line(140,160,60,160);
line(140,160,60,170);
line(160,160,240,150);
line(160,160,240,160);
line(160,160,240,170);