use-localRef-stroke-resource.svg 853 B

12345678910111213141516171819
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  2. <defs>
  3. <linearGradient id="gradient1">
  4. <stop offset="0%" stop-color="white"/>
  5. <stop offset="100%" stop-color="blue"/>
  6. </linearGradient>
  7. <linearGradient id="gradient2">
  8. <stop offset="0%" stop-color="blue"/>
  9. <stop offset="100%" stop-color="blue"/>
  10. </linearGradient>
  11. <linearGradient id="gradient3">
  12. <stop offset="0%" stop-color="blue"/>
  13. <stop offset="100%" stop-color="blue"/>
  14. </linearGradient>
  15. </defs>
  16. <rect id="stroke1" x="10" y="10" width="80" height="80" fill="white" stroke-width="5" stroke="url(#gradient1)"/>
  17. <rect id="stroke2" x="10" y="110" width="80" height="80" fill="white" stroke-width="5" />
  18. <rect id="stroke3" x="10" y="210" width="80" height="80" fill="white" stroke-width="5" />
  19. </svg>