]> granicus.if.org Git - graphviz/commitdiff
Allow K to be set on a per cluster basis.
authorerg <devnull@localhost>
Tue, 22 Feb 2005 21:18:30 +0000 (21:18 +0000)
committererg <devnull@localhost>
Tue, 22 Feb 2005 21:18:30 +0000 (21:18 +0000)
lib/fdpgen/layout.c

index 161c4b3b36f04816689b2bc428c6daf621a8ac6a..03e70ef5f868f0531d80c746c7312b730ac02207 100644 (file)
@@ -432,6 +432,7 @@ static graph_t *deriveGraph(graph_t * g, layout_info * infop)
      */
     copyAttr(g,dg,"overlap");
     copyAttr(g,dg,"sep");
+    copyAttr(g,dg,"K");
 
     /* create derived nodes from clusters */
     for (i = 1; i <= GD_n_cluster(g); i++) {