Possible Duplicate:
Convert SVG image to PNG with PHP
I have a bunch of SVG
text that's dynamic that I need to save as a PNG. I can't use canvg
because it doesn't support paths (I have arced text). I'd like to avoid having to install anything server side, but if there's a native PHP function, then I can work with that. What're my options for getting what I need done?