Any SVG and CSS experts out there know about non JavaScript tooltips for SVG elements? Either styling title or foreignObject?
My MDN and ddg skills are failing me.
@otfrom do you mean the <title> element? That shows up as a tooltip.
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/title
Or did you want something a little more snazzy?
@Edent I've had a small go with the title element, and it is ok-ish, but I'd like to do more than a short bit of text in a box.
foreignObject looks right to me from the description, but I've not seen one work. I'd like to be able to put in some html (colours, styles, multi line text, that sort of thing)