Hi Namrata, > Namrata wrote: > > > > I have exported the JFreeChart as SVG using batik.
Namrata <[EMAIL PROTECTED]> wrote on 05/04/2007 02:37:26 AM: > The size of each chart is approximately 20k. And the SVG contains the > following : > <image x="0" y="0" width="300" > xlink:href="data:image/png;base64, > iVBORw0KGgoAAAANSUhEUgAAASwAAABKCAAAAAAkzDZaAAAArUlEQVR42u3b0QnA It looks to me like you are not exporting the chart correctly with Batik. The image element above contains a few simple geometric draw commands. How are you exporting the chart to Batik? Are you calling paint/paintComponent on a ChartPanel? Or are you calling draw on a JFreeChart object with the SVGGraphics2D? I think you want to do the latter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
