-
Notifications
You must be signed in to change notification settings - Fork 47k
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
React does not support svg attributes. #5889
Comments
I think this was fixed in #5714 If you can create a fiddle using latest (http://jsfiddle.net/9kungxn4/) that demonstrates the problem, we can reinvestigate. |
According to this comment #5763 (comment). No. |
Thanks @vlinder, correct, it will be part of 0.15. |
Can confirm that this was fixed, tried to recreate the problem in the fiddle, but it just worked. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few svg attributes where support is lacking.
I have noticed that "mask" and "filter" are missing.
Mozilla have a list of all the svg core attributes here: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute#Core
The text was updated successfully, but these errors were encountered: