Skip to content
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

Graph drawing: Arrows on directed edges go into nodes #98

Open
cashaffer opened this issue Apr 17, 2013 · 2 comments
Open

Graph drawing: Arrows on directed edges go into nodes #98

cashaffer opened this issue Apr 17, 2013 · 2 comments

Comments

@cashaffer
Copy link
Collaborator

Any edge in a graph that shows an arrow will draw that arrow so that it sticks into the circle that represents the target node by a couple of pixels. I think this would look nicer if the arrow head went right up to the border of the circle, but not through and into the circle.

@vkaravir
Copy link
Owner

This was due to the way Raphael adds the arrows to the lines. They are added after the line, so they go into the node. I adjusted the edges now in JSAV and this should be fixed (or at least significantly improved).

@vkaravir
Copy link
Owner

Oh, and this should fix the same problem in Lists using wider stroke on the lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants