mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
size(480, 120);
|
|
smooth();
|
|
int y;
|
|
y = 60;
|
|
int d;
|
|
d = 80;
|
|
ellipse(75, y, d, d);
|