Skip to main content

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

Hey Yash,
Inkscape is licensed under GPL and hence we can't use it with Eclipse SWTChart which is licensed under EPL 2.0 .

Best,
Sanatt



On Wed, Feb 12, 2020 at 9:59 PM yash Bharatiya <yashsoc@xxxxxxxxx> wrote:
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 
_______________________________________________
swtchart-dev mailing list
swtchart-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/swtchart-dev

Back to the top