Hello everybody.

Dimension of my file is near to 200Mb, so I cannot send it from a 
server.

For resolve this problem I developed this application with an applet so 
the client generate svg in a canvas with Batik (JSVGCanvas)

First generate SVGDocument and then I include it in this JSVGCanvas.

    JSVGCanvas canvas = new JSVGCanvas();
    canvas.setSVGDocument(svgDoc.getDocument());

My application is correct but if I have more then 100000 svg object the 
applet take big time to open.

Have you got any solution for my problem?
Thanks a lot.

Alessandro Peruzzi




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to