anchor encloses object - link does not work
I have a svg, a logo, and I want it to link to the startpage of a website
I have found that the link does not work:
<a href="http://www.MyWebsite.tld" target="_blank" title="Link zu Homepage">
<object type="image/svg+xml" data="logo.svg">
<img src="logo.png" alt="Logo as png" />
</object>
</a>
What else is there to do besides adding a link to the SVG graphic itself?
