-
Notifications
You must be signed in to change notification settings - Fork 24
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
edges should be clipped to actual outline of node #99
Comments
Oddly enough, we do take node stroke width into account when placing ports for parallel edges (but only parallel), via Lines 525 to 541 in 96496f2
But how does this make any sense at all? Looks like the radius is divided twice, how come this mostly works? Lines 2088 to 2091 in 96496f2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess this is difficult because we need to know the exact SVG definition of stroke width, miters and bevels.
But I think we can do better than what we are doing right now, which is
dc.graph.js/src/shape.js
Lines 713 to 715 in 96496f2
dc.graph.js/src/diagram.js
Lines 2108 to 2113 in 5536eac
The text was updated successfully, but these errors were encountered: