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
There you go!
.wrapper{ position: relative; width: 100px; height: 100px; } .text{ position: absolute; display: flex; align-items: center; justify-content: center; top: 0px; bottom: 0px; left: 0px; right: 0px; color: white; }
TEXT