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