eylim – portrait
function setup() {
createCanvas(900, 800);
background(227, 209, 200);
fill(255, 241, 209); ellipse(500, 495, 460, 450)
fill(255, 255, 255); ellipse(380, 470, 40, 40);
fill(255, 255, 255); ellipse(580, 470, 40, 40)
fill(3, 3, 3) ellipse(580, 468, 30, 30)
fill(3, 3, 3) ellipse(380, 468, 30, 30)
fill(255, 255, 255) triangle(450, 600, 550, 650, 560, 600)
stroke(255, 202, 0); fill(0, 0, 0)
curve(560, 1800, 250, 550, 560, 270, 1100, 600)
stroke(255, 202, 0); fill(0, 0, 0)
curve(350, 650, 750, 550, 550, 270, 20, 500)
fill(5, 5, 5) line(300, 430, 420, 430)
fill(5, 5, 5) line(550, 430, 670, 430)
fill(255, 241, 209) circle(250, 500, 45)
fill(255, 241, 209) circle(750, 500, 45)
function draw() {
}
}