test20.svg 385 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <defs>
  4. <circle id="circle1" cx="128" cy="128" r="100" fill="green"/>
  5. <circle id="circle2" cx="128" cy="128" r="100" fill="red"/>
  6. </defs>
  7. <use xlink:href="#circle2"/>
  8. </svg>