FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1021 : P2D beginShape/endShape path closing by default, w/o CLOSE arg
Last modified: 2008-11-20 07:28
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P1
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Ira
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-11-19 07:25
EX:
// P2D path clsoing by default bug?
size(400, 400, P2D);
noFill();
beginShape();
vertex(50, 350);
vertex(200, 50);
vertex(350, 350);
endShape();
Additional Comment
#1 From fry 2008-11-20 07:27
Thanks, found and fixed.
Additional Comment
#2 From fry 2008-11-20 07:28
***
Bug 1028
has been marked as a duplicate of this bug. ***