Skip to content
F1LT3R edited this page Sep 12, 2010 · 2 revisions

If you feel squashing bugs in someone else’s library, you are either a) completely insane, or b) trying really hard to get something to work. If you answered b), and you are determined to to get it working, you may find this list of known bugs helpful…

  1. Public datatype function – fail (http://hyper-metrix.com/processing-js/docs/?page=Public%20Functions)

If you know of a bug in the latest version of Processing.js that is not listed here: we would be indebted if you took the time to add said bug.


Fixed:

  1. Hex Color Declaration containing lower-case chars – fail (#E6E6E6 is a valid color – good, #e6e6e6 is also a valid color… but fails – bad) – Dot Impact provided a fix for this which I’ve added to my fork.