lmccart / gswp5.js-code

gswp5.js code examples
135 stars 55 forks source link

Update to include a reset for strokeWeight(1) #2

Open wjmoner opened 7 years ago

wjmoner commented 7 years ago

The photo in the book does not match what the previous code produces. I've added a line at the end to reset the stroke value to 1.

wjmoner commented 7 years ago

Note: it's up to you whether you want the reset explicitly at the top of draw() or at the end.