Daniel Siino:
> this used to work. Any ideas what could be the cause?

In SVGGraphics2D.stream(Element, Writer, boolean) try changing the line

  svgDocument.appendChild(n);

to

  svgDocument.appendChild(svgRoot);

Cameron

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

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

Reply via email to