On Tuesday 26 June 2001 02:51, you wrote:
> I was (stupidly) trying to draw a complete ellipse with
> this:
>
>    <path d="M 100 100 A 100 50, 0, 1, 0, 100 100"
>        fill="none" stroke="black"/>
>
> Batik 1.0 just hangs up and does nothing; any subsequent
> <path> elements are not rendered. The little red "x" icon doesn't go out
> either.
>
> While this is probably a senseless <path>, shouldn't it "do nothing
> gracefully?"

I think there is an infinite loop (in batik or in the 2D API).
I will investigate.

> Also, is there a way to draw a full circle in a <path> in one arc, or do
> you need to draw two semicircles (or two arcs whose angle measures add up
> to 360 degrees)?

I think you need to do 2 arcs (at least if you don't want to have a single 
missing pixel).

Thanks for the feedback,
Thierry.


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

Reply via email to