Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtchart-dev] Exporting SWTChart as .svg file using Inkscape

Hi,
Currently SWTChart uses Apache Batik's SVGGraphics2D to export as *.svg file ,
but how do we use Inkscape inside java code for exporting as *.svg format.
Normally we can export SWTChart as *.jpg format and then use Inkscape to convert that .jpg file into .svg file using Inkscape.
Is there any java support available for Inkscape to be used like SVGGraphics2D.

Also about Extending R-Script export for SWTChart,I saw that it is already available in the sample charts given.
Thanks,
Yash 

Back to the top