I found a graphical bug. When blurring a rectangle, the bottom of the image is not rendered correctly. See the code and image below. Can anyone else confirm this? I've seen it on 2 totally different computer setups. I'm using uie_trackinfo_mod dated Jan 5, 2007. This makes it ugly to use this method for an image dropshadow.
CODE
$drawrect(10,10,150,150,brushcolor-255-255-255 pencolor-255-255-255)
$drawrect(170,10,150,150,brushcolor-255-255-255 pencolor-255-255-255 blur-1)