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

11 lines
218 B
Plaintext

graph { flow: down; }
node { align: left; }
node.right { align: right; }
[ Left ] { class: none; }
[ Lefty, too ] { class: none; }
[ Right ] { class: right; }
[ Left ] --> [ Lefty, too ]
[ Lefty, too ] --> [ Right ]