Pretty much, latest processing.js I got from github fixes some problems with the processing.js that Processing 2.08 uses by default. Is there a way I can use the newer version as the default processing.j for Processing 2.08?
When rotating an image (using PImage class), even with smooth() enabled, there is very visible aliasing. Is there any way around this? A rectangle drawn with rect() shows no aliasing. Here is an example picture and code: