2023-09-25 17:53:38 +02:00

7 lines
201 B
Plaintext

fill (250, 200,0);
ellipse (50,50,50,50); // Kopf
triangle (50,50, 45,55, 55, 55); // Nase
ellipse (40,50,5,5); // linkes Auge
ellipse (60,50,5,5);
arc (50,55, 35, 30, radians(0), radians(180));