Number: 140
Title: multiline node labels don't center-align properly
Submitter: Garry Hodgson
Date: Mon Apr 29 11:32:09 2002
Subsys: Common
Version: 1.8.2
System: x86-Linux-Redhat 7.1
Severity: minor
Problem:
if i display the following graph:

digraph foo { "7018nATT-INTERNET4" -> "209nASN-QWEST" }

the second line, rather than being centered, is skewed to the left. (see attachment). this happens running graphviz-1.8.2-0.i386.rpm. on the older graphviz-1.7.16-0.i386.rpm, it ends up also skewed, but to the right. on graphviz-1.5, it is properly centered.
Input:

digraph foo
{
	"7018nATT-INTERNET4" -> "209nASN-QWEST"
}
Output file: b140.gif
Comments: it appears to work properly on a colleague's windows machine.
Owner: ellson
Status: Fixed