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

View File

@@ -16,6 +16,7 @@ void setup() {
// You can set fill and stroke
star.fill(102);
star.stroke(255);
star.strokeWeight(2);
// Here, we are hardcoding a series of vertices
star.vertex(0, -50);
star.vertex(14, -20);