blob: ba842a079ba5f1ccf90c7f3889bd27c8680bd2b3 [file] [log] [blame]
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<symbol id="rect-symbol">
<rect x="0" y="0" width="100" height="100" fill="green"/>
</symbol>
<use xlink:href="#rect-symbol" transform="translate(10,10)"/>
<use xlink:href="#rect-symbol" transform="translate(120,10)"/>
<use xlink:href="#rect-symbol" transform="translate(230,10)"/>
</svg>