blob: 62876eea7b113f84c47cf2522bd8114147000d95 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100">
<g>
<defs>
<rect width="50" height="50" id="rect"/>
</defs>
<use xlink:href="#rect" transform="scale(.5)"/>
</g>
</svg>
|