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

C4Context: $borderColor has no effect #3865

Closed
wildmichael opened this issue Nov 29, 2022 · 0 comments · Fixed by #3947
Closed

C4Context: $borderColor has no effect #3865

wildmichael opened this issue Nov 29, 2022 · 0 comments · Fixed by #3947
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@wildmichael
Copy link

wildmichael commented Nov 29, 2022

Description

Using UpdateElementStyle() to set the $borderColor of an element in a C4Context diagram has no effect.

Steps to reproduce

  1. Create a C4Context diagram
  2. Add an element, e.g. a Person(person, "A person")
  3. Call UpdateElementStyle(person, $borderColor="green")
  4. Observe that the border color is not green.

Screenshots

image

Code Sample

C4Context
    title Border Color Test
    Person(person, "Some Person")

See Live Editor Sample:

Setup

Desktop

  • OS and Version: Windows
  • Browser and Version: Chromium Edge 107.0.1418.52

Additional Context

No response

@wildmichael wildmichael added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant