FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 762 : g.smooth returns false in Java2D
Last modified: 2008-05-15 20:16
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P3
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.