-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
feat(core): make loopback edges appear nicely #998
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Someone is attempting to deploy a commit to a Personal Account owned by @bcakmakoglu on Vercel. @bcakmakoglu first needs to authorize it. |
Hey, thanks for the PR. |
Ok, adding regular step edges is trivial, and I could probably figure out something for bezier |
Ok, I just updated my PR. Bezier edges and horizontal handles now work correctly. FYI - In my testing, edge type "simple-bezier" was rendering as regular bezier. I used vue devtools and it seems that the type passed to EdgeWrapper was false, and then EdgeWrapper selects the default edge type. You may want to look into that |
I might have to reject this PR, solely on the basis that all edge utils will be removed from this repo in favor of |
d03c27a
to
7bd2996
Compare
820ed06
to
d71de0a
Compare
🚀 What's changed?
Original:
New:
🐛 Fixes
🪴 To-Dos