-
Notifications
You must be signed in to change notification settings - Fork 362
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
add more SVG tags to dom.clj #150
Comments
(turns out this isn't especially useful [for me] because React itself doesn't support marker and some other tags) |
Contributing those to React shouldn't be hard if you need them. :) |
You'd be surprised; there are still a few standing pull requests to add SVG tags: This smaller one was actually closed in favor of 938, which seems like a mess to wade into: facebook/react#830 But this is off-topic, anyway. Still would be good to add these tags to Om that are already supported in React 0.9. |
fixed 264418b |
React 0.9 added some new tags:
http://facebook.github.io/react/blog/2014/02/20/react-v0.9.html
Would be great to get support for these so we can add marker arrows, etc.
The text was updated successfully, but these errors were encountered: