Hi
I am new in working with Batik and I'm stuck. I am trying to generate a svg
file from n svg files (each svg file is a layer for the final image) in a
desktop application. So I must have one svg file as the base file (it will
contain the background of the image I am trying to generate in the end).
Each new layer (svg file) must be embeded in the previous one.
I found on this forum a description of how to add an element to a
SVGDocument when the element is given as a string of SVG code. But I am
getting the following error:

java.lang.RuntimeException: Unknown document
        at org.apache.batik.bridge.BridgeContext.getInterpreter(Unknown Source)

and the application crashes because it does not know what is
"text/ecmascript".

I also read on this forum that for Batik 1.6 there is a script
initialization problem when running Webstart.

Do you think my approach is correct? Is there a better way for what I am
trying to do? Should I continue and try to resolve the script problem?
I really need some directions. Thank you. 
-- 
View this message in context: 
http://www.nabble.com/generate-a-svg-file-from-more-svg-files-tf2410706.html#a6719461
Sent from the Batik - Users mailing list archive at Nabble.com.


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

Reply via email to