I'm trying to use batik-rasterizer to convert some SVGs to PNGs but I get
the following runtime error.

java.io.IOException: SAX2 driver class
org.apache.crimson.parser.XMLReaderImpl not found

I have the following in my maven build, what else do I need?

<dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>batik-rasterizer</artifactId>
            <version>1.7</version>
</dependency>

Reply via email to