-
-
Notifications
You must be signed in to change notification settings - Fork 394
[Site] Add attribute xmlns to icons
#2345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Read too quickly sorry! |
Co-authored-by: Simon André <[email protected]>
|
I made this addition because the icon has the |
But is it needed? 🙂 |
Do you think this is an attribute that is optional? |
|
Yes, browsers renders svg's without it perfectly fine :) |
|
Well then, I don't know if it's an optional or required attribute 😄. |
|
It is "required" but in reality for this kind usage it makes no difference. |
|
I think this clearly states it isn't required for ux-icons:
|
|
I am closing this PR for the reasons given by @kbond. |
I allow myself to add the
xmlns="http://www.w3.org/2000/svg"attribute.What do you think?