Bug 421 : saveFrame() black background unless background() is set
Last modified: 2007-10-16 06:23




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

 

Reporter:
REAS
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-10-16 11:52
This code creates an image with a black background, which is different from
the screen default background of light gray:

size(100, 100);
ellipse(50, 50, 30, 30);
saveFrame("blah.tif");
Additional Comment #1 From fry 2006-10-28 10:15
yeah this is related to some other stuff.. should be able to get this
straightened out for 0120.
Additional Comment #2 From fry 2006-11-05 14:25
actually, this is either fixed or something stranger is going on with the
thread stuff, that this might be related to bug #429 and the intermittent
complaints of "background" not working.
Additional Comment #3 From fry 2007-10-16 06:23
fixed for 0128.