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
319 stars 58 forks source link

Is there any mechanism within JFreeSvg to create a SvgGraphics2D instance from an SVG file/stream? #7

Closed william-ferguson-au closed 7 years ago

jfree commented 7 years ago

I presume you mean that you want to take some existing SVG and display it on the screen. JFreeSVG doesn't do that, but Apache Batik does (maybe there are other libraries too, but I don't know).

william-ferguson-au commented 7 years ago

Thanks David. Yes I have already vetted Batik, but was looking for an alternative because it is so heavy weight.