function setup() {
createCanvas(975, 1133);
}
function draw() {
background(0);
fill(59, 84, 106);
rect(0, 0, 975, 1133);
fill(236, 229, 215);
circle(893, 592, 738);
fill(98, 118, 108);
rect(736, 433, 213, 31);
fill(198, 132, 47);
rect(739, 464, 210, 68);
fill(98, 118, 108);
rect(947, 435, 30, 286);
fill(98, 118, 108);
rect(446, 335, 219, 795)
fill(241, 209, 195);
circle(727, 699, 199);
fill(98, 118, 108);
rect(448, 96, 526, 237);
fill(241, 209, 195);
rect(0, 0, 120, 1133);
fill(221, 165, 111);
rect(120, 0, 64, 1130);
}
(the portrait is cut off because the dimensions of the canvas does not fit word space)
This project was interesting because it was the first time I made a self portrait out of shapes, so it was fun to get creative.