Hello, The patchwork tool doesn't seem to work any more: $ patchwork -Nshape=polygon -Tdot -o graph-patchwork.dot graph.dot There is no layout engine support for "patchwork" Use one of: dot dot is indeed the layout I passed as parameter. I also tried the unstable version with the same result, I had to revert to the version from stable. Samuel
Can you please retry your test? I think it should work. If not, please send me your dot file. Thanks, Laszlo/GCS
László Böszörményi (GCS), le dim. 11 janv. 2026 10:23:26 +0100, a ecrit:
I have tried version 14.1.1-2 with the same result.
strict digraph deps {
"foo" -> "bar"
}
Samuel
Can you please try 14.1.2-1 with the addition of libgvplugin-neato-layout installed? Do you know how many users of patchwork might be out there? I think this binary should be moved to the graphviz-tools package. Laszlo/GCS
Hello, László Böszörményi (GCS), le jeu. 05 févr. 2026 18:45:00 +0100, a ecrit: The additional installation of libgvplugin-neato-layout did the trick indeed! I have no idea :) Samuel