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