Is there a chance to add a title attribute to an image tag in SVG that when hovering over that image will get me a tooltip?
thank
You can use a tag <title>Tooltip text</title> inside a tag <image> .
<title>Tooltip text</title>
<image>
w3.org:TitleAndDescriptionElements plus example SVG title (hint)