Skip Menu |

This queue is for tickets about the Graph-Easy CPAN distribution.

Report information
The Basics
Id: 95954
Status: new
Priority: 0/
Queue: Graph-Easy

People
Owner: Nobody in particular
Requestors: nospam-abuse [...] bloodgate.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.