Bug 1021 : P2D beginShape/endShape path closing by default, w/o CLOSE arg
Last modified: 2008-11-20 07:28




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

 

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. ***