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

Fix Junction points post processor #450

Merged
merged 4 commits into from
May 3, 2024

Conversation

gfontorbe
Copy link
Contributor

@gfontorbe gfontorbe commented Apr 29, 2024

Fixes #451

The Junction point postprocessor was too greedy in selecting junction points groups from the DOM. It would also include groups from the hidden model, creating an issue with junction points disappearing when exporting the diagram to svg.

Now the postprocessor is also triggered on the hidden model, and the selectors are adapted to the hidden or base div.

During the first render (when a new model is set) the moved junction points are removed from the DOM.

Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io>
Copy link
Contributor

@jbicker jbicker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io>
Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io>
Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io>
@glatuske
Copy link

glatuske commented May 3, 2024

@gfontorbe I have tested your changes locally. Junction points are part of the exported SVG and do not remain in diagram.

@gfontorbe gfontorbe merged commit 2b405c3 into master May 3, 2024
2 checks passed
@gfontorbe gfontorbe deleted the gfontorbe/fix-junction-points-postprocessor branch May 3, 2024 14:44
@spoenemann spoenemann added this to the v1.3.0 milestone May 6, 2024
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

Successfully merging this pull request may close these issues.

Issues with junction points
4 participants