blob: 68c742a78f6d0813d9fbec0df12c7b6bcbf42727 [file] [log] [blame]
<svg version="1.1" width="100%" height="100%" viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- =====================================================================-->
<!--= Test is based on draft struct-use-09.svg from w3c tessuite =-->
<!--======================================================================-->
<!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
<!--= Institute of Technology, Institut National de Recherche en =-->
<!--= Informatique et en Automatique, Keio University). All Rights =-->
<!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
<!--======================================================================-->
<defs>
<symbol id="rect1" overflow="visible">
<rect x="-50" y="-50" width="100" height="100" fill="none" stroke="green" />
</symbol>
<symbol id="rect2" overflow="visible">
<use xlink:href="#rect1" />
<rect x="-52.5" y="-52.5" width="105" height="105" fill="none" stroke="green" />
</symbol>
<symbol id="rect3" overflow="visible">
<use xlink:href="#rect2" />
<rect x="-55" y="-55" width="110" height="110" fill="none" stroke="green" />
</symbol>
<symbol id="rect4" overflow="visible">
<use xlink:href="#rect3" />
<rect x="-57.5" y="-57.5" width="115" height="115" fill="none" stroke="green" />
</symbol>
<symbol id="rects" overflow="visible">
<use xlink:href="#rect4" />
<rect x="-60" y="-60" width="120" height="120" fill="none" stroke="green" />
</symbol>
</defs>
<use x="240" y="180" xlink:href="#rects" />
</svg>