dot: improve output to work around GraphViz bug
The related GraphViz issue is https://gitlab.com/graphviz/graphviz/-/issues/2179 * spot/twaalgos/dot.cc: Avoid initial newline in title. * NEWS: Mention the bug. * tests/core/det.test, tests/core/dstar.test, tests/core/neverclaimread.test, tests/python/automata-io.ipynb: Adjust test cases.
This commit is contained in:
parent
78bcd9c453
commit
890423936f
6 changed files with 23 additions and 11 deletions
|
|
@ -61,7 +61,7 @@
|
|||
"\n",
|
||||
"digraph \"\" {\n",
|
||||
" rankdir=LR\n",
|
||||
" label=<<br/>[Büchi]>\n",
|
||||
" label=<[Büchi]>\n",
|
||||
" labelloc=\"t\"\n",
|
||||
" node [shape=\"circle\"]\n",
|
||||
" node [style=\"filled\", fillcolor=\"#ffffaa\"]\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue