Bug 1090 : point(x,y) ignores noStroke()
Last modified: 2009-02-19 16:53




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

 

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.