I have a big SVG with many paths. 1 of these paths is a link,
<a href="../../san-diego/index.html">
<path class="region"
d="
...
...
...
I’m using the <object>
to display it on my website. When I click on the link in the SVG in the <object>
its working, but it seem to open in the <object>
and not to the page itself.
How do I get the link to break out of the <object>
?