lmccart / gswp5.js-code

gswp5.js code examples
135 stars 55 forks source link

Fixed code in Example 3-12 #6

Open tankeith opened 4 years ago

tankeith commented 4 years ago

The code as it is renders the leftmost ellipse with a strokeWeight of 20, as draw() is continuously called and without an exit(). While exit() is one solution, the other, given that readers haven't been introduced to the method by this stage, would be to set the strokeWeight(1) for the first ellipse.