Luke Galea wrote:

> Hi Tim,
> 
> Do you know of any libraries for ruby to render SVG to a raster file (for
> those who are SVG impaired ?? )
> 

You can use RMagick (http://rmagick.rubyforge.org) to convert _some_ SVG
files to any raster format that ImageMagick supports. I say _some_ because
ImageMagick (upon which RMagick is based) supports only a subset of SVG.
For example, it doesn't support filters and gradients. If you have
questions about specific SVG elements let me know and I'll try to answer
them.

I'm told that ImageMagick's support for SVG is scheduled for major upgrades
very soon, though. RMagick and RVG will of course be updated to support all
the improvements as soon as they appear.