some fixes in PShape examples

This commit is contained in:
shiffman
2012-07-19 16:27:02 +00:00
parent 309d95b0cb
commit a3b556dfd2
8 changed files with 12 additions and 9 deletions
@@ -13,6 +13,7 @@ void setup() {
s = createShape();
s.noFill();
s.stroke(255);
s.strokeWeight(2);
// Exterior part of shape
s.beginContour();
s.vertex(-100,-100);