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

Misplaced transitions when using composite states #1474

Closed
ghost opened this issue Jun 15, 2020 · 0 comments · Fixed by #1481
Closed

Misplaced transitions when using composite states #1474

ghost opened this issue Jun 15, 2020 · 0 comments · Fixed by #1481
Labels
Status: Triage Needs to be verified, categorized, etc

Comments

@ghost
Copy link

ghost commented Jun 15, 2020

stateDiagram-v2
	[*] --> A
  state A {
    B1 --> B2
  }	
  A --> C: s
  C --> D			
  B1 --> D
  A --> D: aaaaaaaaaaaaaaaa

renders as
image

  • the description "s" for the A --> C transition and the transition arrow is misplaced
  • the description for the A --> D transition is misplaced, note that increasing the description length exacerbates the placement of the A --> C transition (looks like x and y is wrongly swapped in code)
@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label Jun 15, 2020
knsv added a commit that referenced this issue Jun 17, 2020
knsv added a commit that referenced this issue Jun 17, 2020
knsv added a commit that referenced this issue Jun 17, 2020
@knsv knsv mentioned this issue Jun 18, 2020
3 tasks
@github-actions github-actions bot locked and limited conversation to collaborators Jun 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Triage Needs to be verified, categorized, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants