Hi Archie.

Archie Cobbs:
> I believe there is still a bug in the patch to SVGArc.java.
> 
> This:
> 
>             Ellipse2D ellipse = new Ellipse2D.Double
>                 (arc.getX(), arc.getY(),
>                  arc.getX() + width,
>                  arc.getY() + height);
> 
> should be:
> 
>             Ellipse2D ellipse = new Ellipse2D.Double
>                 (arc.getX(), arc.getY(), width, height);

Oh, yeah, you're right.  Well spotted (and poorly tested by me).
Working version now in CVS.

Thanks,

Cameron

-- 
  e-mail : cam (at) mcc.id.au           icq : 26955922
     web : http://mcc.id.au/            msn : cam-msn (at) aka.mcc.id.au
  office : +61399055779              jabber : heycam (at) jabber.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to