You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't properly support SVG. We have a separate issue tracking this work, so I'm going to close this one in favor of the tracking issue we already have.
@javiercn Ouch. We've undertaken quite a big SVG related task (Radzen Blazor Chart). So far this is the only issue with SVG and Blazor. Do you know what the existing issues are?
ghost
locked as resolved and limited conversation to collaborators
Mar 24, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Blazor seems to always use the SVG namespace when updating DOM nodes that are children of a SVG element.
To Reproduce
Use this Blazor page
When you render it the second
<strong>
disappears immediately.The DOM node is still there though:
Further inspection reveals the cause of the problem. The namespace of the second

<strong>
node is SVG.The first which works has XHTML as a namespace.
I think the first works because it is "static" content.
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: