ImagMagick 6.3.5 on Windows and SVG

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.
Post Reply
benzman

ImagMagick 6.3.5 on Windows and SVG

Post by benzman »

Hi,

I think there's a problem with the SVG "rotate()"-transformation in ImageMagick 6.3.5 on Windows.
When using (for example) transform="rotate(45 100 100)", the element should be rotated by 45 degree around the point at x=100, y=100. On my linux machine (Gentoo Linux) with ImageMagick 6.3.4 it works perfectly, but on my windows machine (Windows XP Professional) with ImageMagick 6.3.5 it doesn't work correctly. It seems, that it is moved by the given x- and y-coordinates and then rotated around the origin.

Here the original SVG: http://benzman.ath.cx/~benzman/temp/temp.svg
Here the PNG converted on Linux (how it should be):
Image
Here the PNG converted on Windows (how it should NOT be):
Image
Post Reply