antialias on
' instead of 'antialias "on"
'. It turns out there is a fair amount of Jerry's filters that rely on their own constants that exposing them as strings may also lead to errors. I decided then to register those constants as variables of the current GraphicsBuilder instance, also adding [on,off,true,false] (my mind wanders of to MEL hacking hmmm...), but at the same time allowing their string counterparts because the variables are tied to a GraphicsBuilder instance, you won't be able to use them on a closure outside any GB instance, strings don't have that problem.The last batch of filters should be ready soon (tonight?), not all filters will be able to make the cut this time but they should be enough to create amazing graphics with minimal effort, don't you think?
Keep on Groovying!