Blazor casts cases of SVG objects #6507
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-svg
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Milestone
Describe the bug
I noticed this issue when working with clipPath on SVG elements. Blazor will automatically take the clipPath tag and cast it to all lower-case which doesn't work. I assume that it has some logic for taking all DOM tags and converting them to lowercase, which makes sense in most cases but this one is definitely case sensitive.
To Reproduce
Expected behavior
The desired result is to see a circular clipping of the red rectangle on the screen but you will see the full red rectangle instead.
Additional context
.Net Core version 2.1.502
Blazor version 0.7.0
The text was updated successfully, but these errors were encountered: