How to create an SVG “tooltip”-like box?
This question was asked in 2008. SVG has improved rapidly in the intervening four years. Now tooltips are fully supported in all platforms I’m aware of. Use a <title> tag (not an attribute) and you will get a native tooltip. Here are the docs: https://developer.mozilla.org/en-US/docs/SVG/Element/title