Bug 762 : g.smooth returns false in Java2D
Last modified: 2008-05-15 20:16




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

 

Reporter:
Ricard
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-04-29 10:13
The variable 'smooth' is not being set correctly in JAVA2D.

void setup(){
size(100,100);
smooth();
println("value of g.smooth: " + g.smooth);
}
Additional Comment #1 From fry 2008-05-15 20:16
thanks, now fixed for 0136.