Skip Menu |

This queue is for tickets about the GraphViz CPAN distribution.

Report information
The Basics
Id: 66903
Status: resolved
Priority: 0/
Queue: GraphViz

People
Owner: Nobody in particular
Requestors: NGLENN [...] cpan.org
Cc: garfieldnate [...] gmail.com
AdminCc:

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



CC: garfieldnate [...] gmail.com
Subject: Cluster name collapsing
Currently, cluster names are forced to be the same as the cluster label. This has caused me many problems in graphing because I make many different clusters with the same label, and each of these clusters gets rendered as one large cluster. The following fix the problem: Line 1118 should be: 'if ( exists $cluster->{label} and not exists $cluster->{name}) {' Line 1124 should be: '$cluster->{label} = $name if(not exists $cluster-> {label});'
This issue is fixed in GraphViz2 V 1.00. There're won't be any further development on GraphViz.