Reputation: 2626
Is there any chance I can add a title attribute to an image tag in SVG that on hovering on that image I'll get a tooltip ?
Thank you
Upvotes: 3
Views: 2117
Reputation: 3704
You can use the tag <title>Tooltip text</title>
inside your <image>
tag.
Upvotes: 2
Reputation: 2069
w3.org:TitleAndDescriptionElements plus example
SVG Title (tooltip)
Upvotes: 2