Sun May 25 08:41:12 2014nospam-abuse [...] bloodgate.com - Ticket created
Subject:
Sometimes the node size in ASCII/Boxart output is wrong
Date:
Sun, 25 May 2014 08:41:05 -0400
To:
bug-Graph-Easy [...] rt.cpan.org
From:
"Tels" <nospam-abuse [...] bloodgate.com>
Compare these two:
$ echo "[A][B] { origin: A;offset: 1,0; }[C]{ origin: A; offset: 1,1; }"
|perl -Ilib bin/graph-easy
+---+----+
| A | B |
+---+----+
| C |
+---+
$ echo "[A] [B] { origin: A; offset: 1,0; }" |perl -Ilib bin/graph-easy
+---+---+
| A | B |
+---+---+
In the first case "B" should not be one column wider than C.