-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
SVG attributes getting ignored #5763
Comments
Marker tag also misses |
All attributes will be passed through to svg in the next release now that #5714 has landed. We won't be adding anymore individual attributes. |
So, until then? When is the next release? On Sat, Jan 2, 2016, 12:35 AM Paul O’Shannessy notifications@github.com
|
We'll ship 0.15 when it's ready. Rough estimate: probably not in January. |
But what is the alternative, I am drawing all my graphs in SVG using react. Is it simply impossible to do this right now ? |
As of now I am using |
That or manually calling setAttribute on your svg node are the alternatives. The escape hatches are there but they are obviously unfortunate. The situation will be better soon. |
INPUT:
OUTPUT:
Missing properties —
refX
,refY
,markerUnits
,orient
The text was updated successfully, but these errors were encountered: