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

Move PhysicalLink and -Port styles to __GLOBAL__ #459

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

ewuerger
Copy link
Member

Apparantly PhysicalLink and PP (PhysicalPorts) can exist in the System Analysis and Logical Architecture Layer. But there is no styling in the registry in capstyle.py yet. This commit fixes it.

Comment on lines 327 to 331
"Edge.PhysicalLink": {
"stroke": COLORS["red"],
"stroke-width": 2,
"text_fill": COLORS["red"],
},
Copy link
Member

Choose a reason for hiding this comment

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

Please keep this dict sorted alphabetically. That's the only sliver of sanity we can cling to.

@Wuestengecko Wuestengecko changed the title fix(diagram): Add PP & PhysicalLink to global styles Move PhysicalLink and -Port styles to __GLOBAL__ Oct 15, 2024
@Wuestengecko Wuestengecko merged commit b66a38c into master Oct 15, 2024
8 checks passed
@Wuestengecko Wuestengecko deleted the fix-sab-diagrams branch October 15, 2024 13:23
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.

2 participants