Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
The X and Y Value of the Inline SVG : <svg id="svg_motiv1" x="136" y="122" width="125" height="40" viewBox="0 0 16.3877 5.27807" > is set to zero
The width + height is ok.
I ran your test svg file with "rsvg_view" (direct use of the RSVG library withotu Imagemagick) and it only showed the shirt.
No "Thinking..." bar at all. -- though it was a little slow (vectored images will do that! SVG is not designed for raster images)
I get the same result with ImageMagick. Not surprising really.
I did not have the problem with image and vector.
When you read the sourcecode of the svg - you see everything is in there. You see it correct in browser?
But i recognize that Imagemagick has a problem with two svgs nested / encapsulated.
Is this final that nested svgs cannot be rasterized?
We want to use imagemagick instead of Batik for Tomcat Server.