nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code
http://natureofcode.com
913 stars 151 forks source link

Update 00_7_intro.asc #322

Closed teleyinex closed 10 years ago

teleyinex commented 11 years ago

fill method is white, with transparency equal to 10, however in Firefox and processing.js it draws something that you cannot see :-) Changing the white to something a bit darker makes the trick!

shiffman commented 11 years ago

yes, this should actually be fill(0,10) I believe. Some of the examples used to have black backgrounds and I haven't fixed all the inline code everywhere yet.

shiffman commented 10 years ago

fixed in new repo, fill(0,10); https://github.com/shiffman/The-Nature-of-Code