-
Notifications
You must be signed in to change notification settings - Fork 33
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
[POC] Investigate fix for edge start/end positions when zooming #1363
Closed
tbouffard
wants to merge
16
commits into
master
from
poc/994_fix_scaling_issue_in_mxgraph_EdgeConnector
Closed
[POC] Investigate fix for edge start/end positions when zooming #1363
tbouffard
wants to merge
16
commits into
master
from
poc/994_fix_scaling_issue_in_mxgraph_EdgeConnector
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tbouffard
added
the
poc 💫
Experimentation to discuss about future implementation. Not intended to be merged
label
Jun 14, 2021
🎊 PR Preview bab4589 has been successfully built and deployed to https://process-analytics-bpmn-visualization-js-doc_preview-pr-1363.surge.sh 🕐 Build time: 26.949s 🤖 By surge-preview |
🎊 PR Preview bab4589 has been successfully built and deployed to https://process-analytics-bpmn-visualization-js-demo_preview-pr-1363.surge.sh 🕐 Build time: 51.61s 🤖 By surge-preview |
tbouffard
changed the title
[POC] Investigate
[POC] Investigate fix for edge start/end positions when zooming
Jun 14, 2021
Poc completed, so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs #994
Try to port the draw.io
Segment Connector
fixes. Not working.The Segment Connector is responsible of the orthogonal segments (#295). When using the default configuration (i.e no connector via STYLE_EDGE), there is no issue, so I suggest we investigate time to be able to stop using the
Segment Connector
(#295) instead of trying to fix mxgraph.With file 01
mxgraph 4.1.0 (currently used) with fix attempt
mxgraph 4.2.2 standard
mxgraph 4.2.2 with fix attempt
With file 02
mxgraph 4.1.0 (currently used) with fix attempt
mxgraph 4.2.2 standard
mxgraph 4.2.2 with fix attempt