drawImage bug

Just came across a bug in 1.5_04, wondered if some1 can verify it in a newer version. (I’m not on a broad enough connection to download the latest version atm)

drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) fails (with an ArrayIndexOutOfBoundsException.) when attempting to draw a 1x1 opaque png

A test case reproducing the bug would help, as well as full stack trace…

Thanks,
Dmitri
Java2D Team