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

DOT record shape syntax doesn't work properly when using { and } in label. #52

Open
vinuraja opened this issue Aug 21, 2019 · 0 comments

Comments

@vinuraja
Copy link

vinuraja commented Aug 21, 2019

Firstly, thanks for this great tool!

digraph D {
    node_A [shape=record, label="shape=record|{above|middle|below}|right"];
    node_B [shape=plaintext, label="shape=plaintext|{curly|braces and|bars without}|effect"];
}

should ideally be rendered as:

alt text.

Instead, it's rendered as:

alt text

Repro example taken from here.

@vinuraja vinuraja changed the title DOT record shape syntax doesn't work properly when using { in label. DOT record shape syntax doesn't work properly when using { and } in label. Aug 21, 2019
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