Joerg, I suspect you're not using the version on the SVN repository.
You might check that first.
Sean
On Aug 22, 2011, at 1:10 AM, Joerg Hoehne wrote:
> Hi,
> I'm wondering if the graphics.setPaint(paint) in method
>
> public void draw(Object object, Graphics2D graphics, DrawInfo2D info)
>
> at line 61 should be before line 53. If the precise flag is set the
> color will not be
> set to paint. I never worked with the precise flag before so I don't
> know if it is a
> bug.
>
> Jörg