Files
devops/perl/lib/Graph-Easy-0.76/t/txt/dot/3_invis.txt
2025-09-17 16:08:16 +08:00

14 lines
194 B
Plaintext

edge { arrowstyle: filled; }
graph {
colorscheme: x11;
flow: south;
title: G;
}
[ a ] { shape: rect; }
[ b ] { shape: invisible; }
[ c ] { shape: rect; }
[ a ] --> [ b ]
[ b ] --> [ c ]