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

Fix default values for groups and nodes. #13

Merged
merged 1 commit into from Oct 6, 2020
Merged

Conversation

kdungs
Copy link
Contributor

@kdungs kdungs commented Oct 2, 2020

This addresses #12

For groups, this strips the label if it's empty. For nodes, this uses
empty string as the default label which also results in the label
attribute being stripped if empty.

This is necessary because otherwise the default values don't lead to
valid graphviz code.

For groups, this strips the label if it's empty. For nodes, this uses
empty string as the default label which also results in the label
attribute being stripped if empty.

This is necessary because otherwise the default values don't lead to
valid graphviz code.
@tntobias tntobias merged commit c78c821 into blushft:master Oct 6, 2020
@kdungs
Copy link
Contributor Author

kdungs commented Oct 6, 2020

Thanks for merging this. I'll close #12 :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants