blob: 9f1fbb4b51141194d3d39db0954a329d22de752f [file] [log] [blame]
<!DOCTYPE html>
<svg>
<g id="rectgroup">
<symbol id="rect">
<rect width="50" height="100"/>
</symbol>
<use xlink:href="#rect" fill="green"/>
</g>
<use xlink:href="#rectgroup" x="50"/>
</svg>