Wish list: SVG to PNG converter
I think once I used Image::LibRSVG to convert images created by SVG to PNG, but now it has 70% test fail rate and I could install it on Mac.
I wish someone saw it as a CPAN challenge, took overt the maintenance of the module and made it easy to install it.
Might ImageMagick's "convert" tool help?
Yes, that helped. Thanks.
Sorry to comment after a long delay.
I made this module for some tasks I needed to do and released it on CPAN in case anyone found it useful:
https://metacpan.org/release/Image-CairoSVG
It does not cover all of the SVG specification, but it may do what you want.