I would like to add some HTML markup in an SVG drawing.
SVG
As far as I know, this is not possible with SVG.
The image gets di
Everything you have to do is give the svg position: absolute and then you can place markup on top of it. I don't know if there is any way to do it within the svg tag, if that was what you wanted.
position: absolute