FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1090 : point(x,y) ignores noStroke()
Last modified: 2009-02-19 16:53
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fjen
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-12-02 01:02
noStroke();
for ( int i = 0; i < 100; i++ )
{
point( random(width), random(height) );
}
Additional Comment
#1 From fry 2008-12-02 03:39
Heh, I can't imagine why you'd do that (outside of just masochism), but
yeah, it's a bug. :-b
Additional Comment
#2 From fry 2009-02-19 16:53
Fixed for 1.0.2, thanks for the report.