Bug 871 : smooth() randomly disabled in JAVA2D
Last modified: 2008-08-11 12:07




Status:
RESOLVED
Resolution:
DUPLICATE of bug 767
Priority:
P2
Severity:
normal

 

Reporter:
Eric F.
Assigned To:
fry

Attachment Type Created Size Actions
screenshot showing smooth() not working image/png 2008-08-11 12:00 19.19 KB

Description:   Opened: 2008-08-11 11:59
Run this program 20 times. At least once smoothing will be randomly disabled. I
was not able to duplicate this problem on a Windows machine. On my machine it
happens approx 50% of the time!

P5 0144. Mac OS 10.5.4. PPC G5. Nvidia GeForce 6800 Ultra.

[code]
void setup() {
size(400,400,JAVA2D);
smooth();
}

void draw() {
background(0);
ellipse(200,200,100,100);
}
[/code]

Proof: http://www.ericforman.com/public/smooth_bug.html
Additional Comment #1 From Eric F. 2008-08-11 12:00
edit]
screenshot showing smooth() not working
Additional Comment #2 From fry 2008-08-11 12:07


*** This bug has been marked as a duplicate of 767 ***