blob: a350f3f08771c0f674a913d7d0bb4ebaf014c9d9 [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">
<g id="foreign"><g>
<foreignObject x="10" y="10" width="580" height="380" transform="scale(5) skewY(5) skewX(5)">
<xhtml:div>You should only see this string ONCE</xhtml:div>
</foreignObject>
</g></g>
<use id="test" xlink:href="#foreign" x="10" y="10" width="200" height="200" transform="translate(250 -50) rotate(45)"/>
<use xlink:href="#test" x="10" y="10" width="200" height="200" transform="translate(250 -50) rotate(45)"/>
</svg>