You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Fabrice Morisseau <fa...@netyrinth.com> on 2001/12/26 08:31:16 UTC

Maven SVG images

  Hi,

This section comes from musings maven page.

 >A Java graphing package so that we can implement some of Tufte's ideas 
in graphical representation of large data sets. Is SVG a >wise choice? 
does a browser need a plugin or is there an easy way to convert SVG to 
common image formats. JGraph will >produce SVG of a graph so we would 
need an easy way to convert it to an easily viewable image.

Why don't you use batik ?
I have already succefully generated jpg images using turbine and batik.
In this case, you don't need to use any plugins as the images are 
generated on your server.
You will probably need a cache system with a key code based on your SVG 
file (HashCode ??)

Fabrice



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>