-
Notifications
You must be signed in to change notification settings - Fork 50
Raphael Markers for Arrow tips Not exported #28
Comments
Just want to add some info, The export doesn't includes attributes marker-end-url in the path elements and this would also accompany the raphael inbuilt markers defined in raphael defs tag. |
I think i have found the issue. Also adding defs tag statically and replacing the arrow-head attribute with marker-end-url by manipulating the svg string doesn't looks like a good solution.Is there any other way of doing it.? Any help in this regard will be appreciated. I really need this. Thanks |
Sorry for not responding. I can't really help you without investigating the issue, to be honest I don't know much about the subject either. Other project take priority at the moment, I can't say for sure when I have some time to look into this. Please do let me know if you make some progress in the mean time. |
I understand you can't actively work on this issue right now, but just wanted to let you know that I'm also having the same issue where the arrow heads aren't being converted to svg. |
Not sure if this will help anyone or not, but I was able to get around not having arrow heads by drawing a line with a triangle on it:
This exports to SVG correctly. Here is a screen shot after I rendered the svg to png: |
I am creating connections with arrow heads between the rectangles using graffle(http://raphaeljs.com/graffle.html) but when i try to export the svg the connections between the rectangles do appear but the arrow-heads doesn't .
I have created a fiddle for your ref:- http://jsfiddle.net/nHEsE/10/
Please let me know if you want more clarifications.
Thanks
The text was updated successfully, but these errors were encountered: