Hello
i'm new to jfreesvg
Is it possible to load an svg image and show it in a jframe?
Thanks in advance
Robert
load an svg image
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: load an svg image
No, you will need something like Apache Batik for that. JFreeSVG is used to generate SVG content via Java2D's Graphics2D API. Rendering SVG within a Java application is a different problem, and not one that JFreeSVG attempts to solve.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

