Hi Torsten, You could take a look at the Batik wiki page for offscreen rendering of SVG and just send the image file to your clients. In my application, I have a Java applet which just displays the server side rendered svg. http://wiki.apache.org/xmlgraphics-batik/DynamicSvgOffscreen
Thanks, Javid -----Original Message----- From: Torsten Schlabach [mailto:[EMAIL PROTECTED] Sent: Monday, May 15, 2006 4:40 AM To: [email protected] Subject: Viewing SVG on the web with server side rastering? Hi all! I am looking at an application which is supposed to present SVG files in a browser, but without users being required to have a SVG plugin installed. So I would probably be looking for server side rastering. Additionally, I would like to have some nagivation capabilities such as zoom in / zoom out and the like. I can easily think out how this could be developed based on Batik. I just wonder if someone has done it already and if there would be any re-usable code. In case you're looking for a sample to get the idea, have a look at http://www.stadtplandienst.de/. I have no idea if they use SVG but this is the UI experience I am looking for. Not that compared to their competitor, Map24 (www.map24.de) they can live o on pure HTML without Java in the browser, which is what I want. Any hints are welcome! Thx in advance. Regards, Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
