Dear all
I have execute the code below.
- void draw()
- {
- for (int i=0; i<255; i++)
- {
- fill(255,0,0,1);
- ellipse(width/2,height/2,400,400);
- }
- }
Is it the bug for Processing?
Tom Tong
1