Thanks for your effort. I have no chance to change the list of supported mime types on that server.
What I am trying to test is that background image (flower.jpg, unfortunately not copied to your server) placed into the given area using the special attribute preserveAspectRatio="xMidYMax slice" and then enhanced by grey filter.
This SVG can be converted into PNG as expected via Batik, but Java is not supported on the targer web server. So I try to find any PHP solution (where IM is used very often). As this web server runs on Linux, I don't need Windows version of rsvg and even to have IM compiled with it for that platform, but I'd just like to know if the special rsvg enhanced linux version can do it. If so, I would then tried replacing that default IM version with the enhanced one (I hope it can be done somehow).
I really need PNG/JPEG output as the SVG support in browsers is limited (
http://www.codedread.com/svg-support.php). And the solution based on
http://code.google.com/p/svgweb/ doesn't support all the required features yet.