>>>>> "bjackson" == bjackson SPAMmeNOT <[EMAIL PROTECTED]> writes:

bjackson> I'm a new user of Batik, so excuse me if this is a common
bjackson> question.  I have a charting package that creates a chart
bjackson> with a JComponent.

bjackson> I attempted to serialize the chart to SVG using the demo
bjackson> code on the Batik svggen page.

[...]

bjackson> My problem is that the SVG file that results is a base64
bjackson> encoded PNG wrapped in some simple SVG for embedding the
bjackson> bitmap.  What am I doing wrong that the JComponent is being
bjackson> rasterized instead of being written out as XML object within
bjackson> the SVG?

          You need to turn of double buffering in swing, Otherwise
the paint method simply draws an image :)

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

Reply via email to