How to add link on SVG

657 views Asked by At

Why do the links in the SVG file stop working if an img tag is used (HTML, svg, development)? How can I add link SVGs that are included in a tag? puzzle

In this puzzle when I move my mouse around on top of the puzzle piece it stutters back-and-forth.

link don't work properly.

1

There are 1 answers

1
AudioBubble On

For example

<a href="https://stackoverflow.com/"><svg width="100" height="100">
  <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg></a>