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?"

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)? 

---
J. David Eisenberg  http://catcode.com/


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

Reply via email to