Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/svg/image/image-translate-01.svg

7 lines
277 B
XML
Raw Normal View History

<!-- Test to make sure transform 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="translate(60, 80)"/>
</svg>