FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 871 : smooth() randomly disabled in JAVA2D
Last modified: 2008-08-11 12:07
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
767
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
***