
Código da composição
size (600,600);
background (#ccc9b2);
//T
noStroke ();
fill (#67f4cb);
rect (160,165,100,30);
fill (0);
rect (210,195,50,100);
//Y
noStroke ();
rect (360,165,50,130);
fill (#67f4cb);
triangle (360,165,360,235,310,165);
//P
noStroke ();
fill (0);
rect (160,325,50,130);
fill (#67f4cb);
circle (220,364,80);
//E
noStroke ();
fill (0);
rect (310,325,50,130);
fill (#67f4cb);
rect (360,325,50,30);
fill (#67f4cb);
rect (350,375,50,30);
fill (#67f4cb);
rect (360,425,50,30);