trisquel-icecat/icecat/layout/reftests/svg/image/image-rotate-01.svg

6 lines
275 B
XML

<!-- Test to make sure "rotate" value is applied correctly on svg:image -->
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image xlink:href="blueRect10x10.png" width="10" height="10"
transform="rotate(90 50 50)"/>
</svg>