Bug 463 : basic mode programs, and drawing inside setup() is broken in 0122.
Last modified: 2007-10-15 12:42




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P1
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-11-30 12:02
this produces a blank screen:

size(200, 200);
background(255);
noStroke();
fill(255, 204, 0);
rect(30, 20, 50, 50);

the same is the case for any drawing inside setup().
Additional Comment #1 From fry 2006-11-30 12:02
Additional Comment #2 From fry 2007-10-15 12:42
fixed since release 0123(?)