Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have one node as SVG added as sub item into group-node.
Then I tried to add group-node to MasterGroup node. it failed to render in the browser.
While, I tried to do the same steps for BASIC NODE, that working fine.
I have attached sample .NET blazor project to see the issue in action, which contains two razor Pages, one with SVG having the issue and second page with basic shape which rendered successfully to the page.
Note: there is one button at the top of each pages you have to click to test the case.