Original author: mike.log...@gmail.com (June 24, 2011 15:32:51)
The following used to work on 1.2.0
text("Testing Message", 0, 160, 600, 18);
Now the position of the text is off screen, if I try:
text("Testing Message", 0, 160);
I can see part of the text at the left, but not the complete text.
I guess something changed on 1.5.1 that is preventing this to work correctly?
Original issue: http://code.google.com/p/processing/issues/detail?id=753