Top "Batik" questions

Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.

"SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found" when using Batik in a webapp on Tomcat

This is possibly related to a classpath problem, but I'm really not sure at this point, since I don't get …

java tomcat svg classpath batik
Learning resources and tutorials for using the Java Batik Library

I am using the Batik library, which is very useful to display SVG graphics in Java. For the basic use …

java batik
Easiest way to read in svg path data with Java?

I'm looking to consume an svg image and parse/process the different paths to do a custom conversion. What is …

java xpath svg batik
create an SVG image with embedded base64 string from another svg image with elements

I have an SVG file that contains several elements (like path, circles, rectangles, etc.). I'd like to convert that SVG …

java svg batik