-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Fix rendering Blazor elements inside SVG #30973
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-svg
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-svg
Type
Fields
Give feedbackNo fields configured for issues without a type.
To address most of the failures outlined in https://github.com/dotnet/aspnetcore/blob/main/src/Components/test/E2ETest/Tests/SvgTest.cs, we need to make sure that the SVG rendering supports scenarios like:
I'm bucketing these under the general category of "rendering Blazor inside SVG" since the changes to fix this will likely fall in the browser renderer.