Generating <image />
elements inside an <svg>
ends up with <img />
outside
#13081
Labels
needs triage
Issue needs to be triaged
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When I try to add elements to an SVG programmatically within an
<svg></svg>
, the resulting html ends up with<img>
tags outside of it.What's the expected result?
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-hx1emndl?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: