-
Notifications
You must be signed in to change notification settings - Fork 174
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
Boundaries with same name are grouping together #45
Comments
That might be more of a graphviz problem. Have you looked at the dfd output? does the dot command complain about something? |
adds a UUID when each element is initialized such that we can ensure the unique name is unique even when the name attribute differs
hmm I just ran into this too, it looks like what is happening is that the truncated hashes used as the node ID for graphviz (e.g. Here's a self-contained reproducer:
Even though there are two |
adds a UUID when each element is initialized such that we can ensure the unique name is unique even when the name attribute differs
I'm not sure if it's by intent or not, but if I have two boundaries with the same name the components rendered into one boundary.
i.e:
Generates the following:
The text was updated successfully, but these errors were encountered: