I need to display a svg image (on which I have no control on) on a page I have control on. This svg image has links, but when I click on them, the page is opened in the iframe. A solution would be to write target="_top" in the svg link, but I have no control on that file.
Is there a way to have the links open in the parent page (as it was a clickable image map)?