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. Aren't there better alternatives?

link|improve this question

66% accept rate
feedback

1 Answer

up vote 8 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.