jfree / jfreesvg

A fast, lightweight Java library for creating Scalable Vector Graphics (SVG) output.
http://www.jfree.org/jfreesvg
GNU General Public License v3.0
321 stars 58 forks source link

How to open an svg file ? #10

Closed ivanursul closed 7 years ago

ivanursul commented 7 years ago

Hi guys, need your help. Let's say, I need to import SVG image to jfreesvg. How should I do it ?

jfree commented 7 years ago

JFreeSVG only generates SVG files. It is not designed to open, view or otherwise display them. You can try Apache Batik for that (there are probably other options too).