blob: 831255cd49174ccd6d6e9597daed3e1423851aff [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="400" height="400">
<defs>
<svg id="s" viewBox="0 0 2 2">
<rect fill="green" x="0" y="0" width="1" height="1" />
</svg>
<symbol id="s1" viewBox="0 0 2 2">
<use xlink:href="#s" x="0" y="0" width="1" height="1" />
</symbol>
</defs>
<use xlink:href="#s1" />
</svg>