blob: 89be419f0b5e04f9449bb11d1ebb3def7961511c [file] [log] [blame]
<!DOCTYPE html>
<style>
rect {
fill: green;
}
</style>
<svg width="50" height="50">
<use xlink:href="#main"></use>
</svg>
<svg id="main" width="100" height="100">
<g>
<rect x="0" y="0" width="100" height="100"></rect>
</g>
</svg>