Number: 65
Title: (CHANGE) different textsize of labels on similar nodes
Submitter: Ulrich Neumerkel
Date: Tue Dec 4 18:34:34 2001
Subsys: Dot
Version: 1.7.12
System: *-Linux-2.2.14
Severity: minor
Problem:
sometimes labels are of completely different size although the related nodes are otherwise "similar"

previous versions (1.7.7) did not have this problem

the label for 1 is too small, whereas 2 and 0 is ok
Input:

digraph G{0->1[label=1];0->2[label=2];}
Owner: north
Status: Fixed