shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

Missing rect() on page 127 #182

Open shiffman opened 9 years ago

shiffman commented 9 years ago

Page 127, inside the void drawCar function, just after the line of code ‘fill(c);’, you need the line ‘rect(x, y, theSize, theSize/2);’

cmcwerner commented 8 years ago

In the same example, the color is wrong for the wheels. I assume it should be black as it is in the example on the bottom of page 126.