You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Thierry Kormann <tk...@ilog.fr> on 2001/12/21 15:45:53 UTC

Code example: How to create a java.awt.Image from a SVG file using batik

Hi,

For demonstration purpose only, here is a simple class that shows how to 
convert a SVG document to a java.awt.image.BufferedImage (or java.awt.Image).

Thierry.