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

TALA and ELK not respecting glob-set dimensions #1677

Closed
alixander opened this issue Oct 19, 2023 · 0 comments
Closed

TALA and ELK not respecting glob-set dimensions #1677

alixander opened this issue Oct 19, 2023 · 0 comments
Assignees

Comments

@alixander
Copy link
Collaborator

The width and height of the double glob diamond only worked in dagre.

**: {
  style.border-radius: 16
}

**: {
  &label: end
  label: 
  shape: circle
  height: 10
  width: 10
}

**: {
  &label: start
  label: 
  label.near: center-center
  style.fill: black
  shape: circle
  height: 10
  width: 10
}

**: {
  &shape: diamond
  label: ""
  height: 20
  width: 20
}

start -> Check PIN

Check PIN: {
  direction: right

  start -> Enter PIN
  choice.shape: diamond

  Enter PIN -> choice: "/check PIN"
  choice -> Enter PIN: "[pin invalid]"
  choice -> end: "[pin OK]"
}

Check PIN -> Search Network: "[pin OK]"
Search Network -> Ready: network found

Check PIN -> Off: power off
Search Network -> Off: power off
Ready -> Off: power off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants