Smallest Java SVG Engine

jsight picture jsight · Jan 25, 2009 · Viewed 15.2k times · Source

What is the smallest Java SVG engine (least/smallest jars) that actually works? If your answer is Batik, what is the minimal dep. graph for getting this to work in a simple Java application?

I've looked at the dependency graph on the Batik site, but it looks like a typical Apache mess. Are there better alternatives?

Answer

Dave Ray picture Dave Ray · Jan 25, 2009

SVG Salamander claims to be much smaller thank Batik. It's hard not to believe them. Whether it's as full featured, I can't say, but a co-worker said good things about it.