Categories
Archives
Tag Archives: batik
Java: Loading a SVG into a BufferedImage
Unfortunately Java does not support SVG by default. But there is a great Apache Project aiming just for this purpose called batik.
Although the reference and documentation is pretty well, it does not cover loading an SVG and just saving …