vote up 2 vote down star

As a follow-up to another question, I was wondering what would be the best way to use SVG in a Java project.

flag

2 Answers

vote up 4 vote down check

The Apache Batik project is an open source SVG renderer written in Java. You can pass it an SVG file, or create a document programatically via a DOM-style API accesssible from Java code.

link|flag
vote up 0 vote down

Besides Batik there is also SVG Salamander.

Personally I prever Salamander, it only doesn't support all SVG features, eg. Gaussian blurring.

link|flag

Your Answer

Get an OpenID
or

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