I'm trying to output real size SVG's so I'm using cm as the unit
The rotation transform works fine with pixels but when I switch to cm it doesn't rotate the element as expected
<image preserveAspectRatio="none" x="1cm" y="1cm" width="3cm" height="3cm"
xlink:href="http://api.prestalife.net/media/superman.png"
transform="rotate(45, 2.5, 2.5)"
/>
jsFiddle: The code contains a comparison between px and cm