marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
2.99k stars 790 forks source link

There is no fillColor property of a canvas drawing context #550

Closed hkiame closed 3 years ago

hkiame commented 3 years ago

On page 333 it is write hexadecimal digits being used in the fillColor property of canvas drawing context. There is no fillColor property but fillStyle.

marijnh commented 3 years ago

That's listed on the errata and should be fixed in the 5th reprint.

hkiame commented 3 years ago

Awesome