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

Connecting lines break if the word "build" appears in a component name #15

Open
masonlr opened this issue Sep 6, 2021 · 0 comments
Open

Comments

@masonlr
Copy link

masonlr commented Sep 6, 2021

The word build is breaking connections:

This breaks:

style wardley
title Test

component Foo [0.73, 0.50]
component Bar [0.74, 0.29]
component Foo-build [0.83, 0.32] 

Foo-build->Bar
Foo->Bar

image

Whereas this works:

style wardley
title Test

component Foo [0.73, 0.50]
component Bar [0.74, 0.29]
component Foo-another [0.83, 0.32] 

Foo-another->Bar
Foo->Bar

image

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

No branches or pull requests

1 participant