test20.svg 385 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100px" height="100px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <defs>
      <circle id="circle1" cx="128" cy="128" r="100" fill="green"/>
      <circle id="circle2" cx="128" cy="128" r="100" fill="red"/>
    </defs>
    <use xlink:href="#circle2"/>
</svg>