I don't want to add a link to a svg (which is not possible because the svg isn't provided by me), but want to add a link like <a href=""><img src="foo.svg"/></a>
. Only that this time it is not an img
, but a object
(so I can include a svg).
It works with some browser, but for example not with firefox. What is the default idea how to do something like that?