all i want for christmas is CSS support for underlines to extend below SVG pseudoelements 😔 (as in the first image)
@molly0xfff what I want for Christmas is SVG supporting embedding g/view into text/tspan as a character. So we can have something like this:
```svg
<tspan>Some text <view viewBox="..."><!-- some image here --></view> rest of the text</tspan>
```
To embed emoji, logo or other visual stuff in text within SVG. And don't positioning it with coordinates and hope it would be ok.

