-1

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 Answers1

2

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>