LearningProcessing icon indicating copy to clipboard operation
LearningProcessing copied to clipboard

Missing rect() on page 127

Open shiffman opened this issue 10 years ago • 1 comments

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);’

shiffman avatar Sep 14 '15 19:09 shiffman

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.

cmcwerner avatar Jul 21 '16 16:07 cmcwerner