]> granicus.if.org Git - graphviz/commit
Similar fix that we did for dot: cgraph does not have a flat namespace for subgraphs,
authorEmden Gansner <erg@research.att.com>
Fri, 11 Nov 2011 19:34:26 +0000 (14:34 -0500)
committerEmden Gansner <erg@research.att.com>
Fri, 11 Nov 2011 19:34:26 +0000 (14:34 -0500)
commitb8a2b120be948cfec50d0cd7eb65d254f4bec94a
tree527e70af8f44c5bb04928ff23f0a63305f9e54d5
parent3d88e14892a5905037d98b606aef0b8c58d361c0
Similar fix that we did for dot: cgraph does not have a flat namespace for subgraphs,
so we need to construct an explicit map from name to cluster. Pulled out the code we
used in dot and moved it to utils.c.
lib/common/utils.c
lib/common/utils.h
lib/dotgen/compound.c