SVGGraphics2D -> DOM -> Transcode Problem

2002-01-23 Thread J. David Eisenberg
The following code draws into an SVGGraphics2D, takes the resulting Document, and attempts to transcode it. - import java.awt.Dimension; import java.awt.Rectangle; import java.awt.Graphics2D; import java.awt.Color; import java.io.ByteArrayOutputStream;

Re: transcode problem

2001-06-18 Thread stephan NORBERT-PAPIN
thanks for the answer it was a problem with the service.java at line 54 when the ClassLoader is null it make an null exception adding after the try at line 53 if (cl == null) return v.iterator(); will solve the problem thanks Regards Stephan PS: alas I have to use the jdk 1.2.2 :( because of th

transcode problem

2001-06-18 Thread Thomas E Deweese
> "SNP" == stephan NORBERT-PAPIN <[EMAIL PROTECTED]> writes: SNP> hi all, I got a problem with the transcode method. SNP> I'm using an application server based on a tomcat. It is working SNP> on jdk1.2.2 SNP> I'm trying to transcode a SVG using the transcode api sample on SNP> the batik si

transcode problem

2001-06-18 Thread stephan NORBERT-PAPIN
hi all, I got a problem with the transcode method. I'm using an application server based on a tomcat. It is working on jdk1.2.2 I'm trying to transcode a SVG using the transcode api sample on the batik site. every sample do the same error. I got two errors when I refresh the page two times an