blob: 1682a229830d972151002758aeac31ae97808646 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="100" height="100">
<defs>
<symbol id="s" viewBox="0 0 1 2">
<rect fill="green" width="1" height="2" />
</symbol>
<symbol id="s1" viewBox="0 0 2 2">
<use xlink:href="#s" x="0" y="0" width="1" height="2" />
<use xlink:href="#s" x="1" y="0" width="1" height="2" />
</symbol>
</defs>
<use xlink:href="#s1" x="0" y="0" width="100" height="100" />
</svg>