-
Notifications
You must be signed in to change notification settings - Fork 26
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
Arrows as endpoints, text on path, shadows #9
Comments
@teodorsandu the issue you mention about connectors not being sharp is something i know about and want to fix in a future release. It is caused by, as i think you know, the fact that the connector doesnt stop at the beginning of the overlay. There are several approaches i could take to this. I am hoping to pick one and implement it for the next major release. Speaking of which, text on a path is also on the roadmap. Because it isnt supported in vml, which ie8 uses, and all 1.x releases of jsPlumb work with ie8, i havent yet done it. Version 2 will be the first major release to support svg only, and then i will start looking at this, as well as a bunch of other things that are not possible in vml. |
@pavitrakumar78 i see this issue was locked - you wouldnt actually have been able to comment. i have no idea why i did that, sorry. |
@sporritt no problem! so, is there a fix that is being worked on for the upcoming versions? I've yet to completely read the internals of the connectors in jsPlumb, so I am not sure how to make the connectors end before the edge where it is supposed to be connected IF there is an arrow. I'll see if I can come up with some solution. If you could give me some useful pointers, that'd be great! |
The problem of having an arrow as a endpoint can be solved with a work around. I hope it helped =) |
@davidpn11 hey! Thanks for the suggestion! |
Hey @pavitrakumar78 . |
@davidpn11 No problem! It appears you misunderstood this issue :) The arrows are not pointed i.e the actual position of the arrow should be further away from where it is currently drawn or the line should end before the pointy section of the arrow. This problem is more prominent when the arrow size/stroke size gets bigger. Examples of problem are here and here fiddle by OP of this issue. |
I know that this is an old issue but did anyone find a bugfix for this issue? |
Hi, this is a feature request, not an issue.
Would be nice to be able set endpoints as arrows(instead of overlays with location:0 or 1). Also, if t is possible, the tip of the arrow to be sharp.
The connector itself would be good if would end at the foldback of the arrow (see jsfiddle).
Text on path - reusing the path of the connector.(reverse text direction if upside down?)
Shadows - using feGaussianBlur?
http://jsfiddle.net/relu902/v48Lo7ur/
The text was updated successfully, but these errors were encountered: