Bug 457 : closing line missing on polygons
Last modified: 2006-11-29 06:00




Status:
RESOLVED
Resolution:
INVALID -
Priority:
P2
Severity:
normal

 

Reporter:
Frost
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-11-23 05:42
"The left line is missing on the box"

code:

beginShape();
vertex(30, 20);
vertex(85, 20);
vertex(85, 75);
vertex(30, 75);
endShape();


I'm using version 0121 beta
Additional Comment #1 From fry 2006-11-24 06:45
that's not a bug. please see the up-to-date reference on the site or
included with your software. or if you've been using versions prior to
0115, heed the notice next to the download link that says "Read before
downloading 0116+".
Additional Comment #2 From Frost 2006-11-29 02:15
Can\'t seem to figure out your help?

we are several studens using the same Version \
Additional Comment #3 From fry 2006-11-29 05:58
read "revisions.txt", specifically the section "beginShape() has changed"
under the notes for revision 0116.

also read the reference, look at the third and fourth examples on this page:
http://processing.org/reference/beginShape_.html
the third example is your code. the fourth is the code for what you want.
Additional Comment #4 From fry 2006-11-29 06:00
actually, i meant the fourth and fifth--the fourth example on that page is
your code. the fifth is what you want.