-
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
[FIX] Fill the sequence flow conditional start marker #1366
Conversation
Sequence flow conditional marker with custom colorsMessage flow start and end markers with custom colorsNote: filling the end markers will prevent change if we decide to stop forcing orthogonal edge segments (see #295 and #351 (comment)) Fixed sequence flow conditional marker
As described in #991 |
♻️ PR Preview 70c305b has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
♻️ PR Preview 70c305b has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
This avoids seeing the sequence flow line over the marker at some zoom level. Implementation notes: - it requires custom code as mxgraph doesn't support filling the markers out of the box. - it is also applied to message flow markers without functional changes to prepare future changes (currently use transparent colors). - it is possible to change all marker fill colors as for other defaults.
166e5ef
to
3796afb
Compare
Kudos, SonarCloud Quality Gate passed! |
This avoids seeing the sequence flow line over the marker at some zoom level.
Implementation notes:
- it requires custom code as mxgraph doesn't support filling the markers out
of the box.
- it is also applied to message flow markers without functional changes to
prepare future changes (currently use transparent colors).
- it is possible to change all marker fill colors as for other defaults.
closes #991
covers #995