size(300,300);

background(228, 218, 182);

fill(146, 155, 90);
ellipse(160, 134, 210, 210);

fill(239, 179, 16, 120);
noStroke();
triangle(242, 10, 137, 152, 295, 205);


fill(124, 102, 148);
stroke(0);
ellipse(-25, 75, 115, 115);

strokeWeight(2);
line(3, 5, 240, 8);
line(0, 3, 80, 300);
line(0, 290, 230, 287);
line(0, 135, 220, 134);
line(280, 0, 302, 35);

strokeWeight(3);
line(60, 0, 255, 220);

Exercise 1.B: Kandinsky
In Processing, select and draw an area from Kandisky's Composition with a Bottle of Bochkarev containing lines, curves, and filled shapes.