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

What lib would you use to parse SVG files? #51

Closed i-make-robots closed 2 years ago

i-make-robots commented 2 years ago

Hi!

I'm currently using Batik for parsing SVG files into our custom internal format. it's got issues and the devs are well hidden. If you were me, what library would you use instead?

Thanks!

jfree commented 2 years ago

I don't know to be honest. Batik is the only Java library I'm aware of that parses and renders SVG. JFreeSVG, as you've probably discovered, only generates SVG.