use-localRef-fill-01-ref.svg 530 B

123456789101112
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  2. <title>Reference for fill linked to local-ref URL</title>
  3. <defs>
  4. <linearGradient id="gradient1">
  5. <stop offset="0%" stop-color="white"/>
  6. <stop offset="100%" stop-color="blue"/>
  7. </linearGradient>
  8. </defs>
  9. <rect x="10" y="10" width="80" height="80" fill="url(#gradient1)"/>
  10. <rect x="10" y="110" width="80" height="80" fill="url(#gradient1)"/>
  11. <rect x="10" y="210" width="80" height="80" fill="url(#gradient1)"/>
  12. </svg>