blob: 61b279220b1193ca5d543c5ee0a727ed3875e9f2 [file] [log] [blame]
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<foreignObject x="10" y="10" width="480" height="360" transform="scale(5) skewY(5) skewX(5)">
<xhtml:div id="foreign">You should only see this string ONCE</xhtml:div>
</foreignObject>
<use xlink:href="#foreign" x="10" y="10" width="200" height="200" transform="translate(250 -50) rotate(45)"/>
</svg>