We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not possible to specify c as compass for portPos
c
portPos
Example from https://forum.graphviz.org/t/port-pos-center/1899/2
digraph top { node[shape=none] i [label=<<TABLE CELLSPACING="5" CELLPADDING="4" BORDER="0" CELLBORDER="1"> <TR> <TD port="am">top of the morning</TD> </TR> <TR> <TD port="cow">cattle crossing</TD> </TR> <TR> <TD>d</TD> </TR> </TABLE>> ] j [label=<<TABLE CELLSPACING="5" CELLPADDING="4" BORDER="0" CELLBORDER="1"> <TR> <TD port="pm">afternoon</TD> </TR> <TR> <TD>d</TD> </TR> </TABLE>> ] p -> i:am:c [headclip=false] j:pm:c -> i:cow:c [headclip=false tailclip=false] }
The grammar may be the only thing to fix
graphviz-visual-editor/src/dotGrammar.pegjs
Line 154 in 4823bcd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's not possible to specify
c
as compass forportPos
Example from https://forum.graphviz.org/t/port-pos-center/1899/2
The grammar may be the only thing to fix
graphviz-visual-editor/src/dotGrammar.pegjs
Line 154 in 4823bcd
The text was updated successfully, but these errors were encountered: