From d6130f6ee46b34f7a3b50ba07702c5ff122908a3 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Mon, 23 Jan 2012 08:21:29 -0500 Subject: [PATCH] also pencolor for clusters --- lib/common/emit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/emit.c b/lib/common/emit.c index a8812041a..4f87ec1f9 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -2862,6 +2862,8 @@ static void emit_cluster_colors(GVJ_t * job, graph_t * g) emit_cluster_colors(job, sg); if (((str = agget(sg, "color")) != 0) && str[0]) gvrender_set_pencolor(job, str); + if (((str = agget(sg, "pencolor")) != 0) && str[0]) + gvrender_set_pencolor(job, str); if (((str = agget(sg, "bgcolor")) != 0) && str[0]) gvrender_set_pencolor(job, str); if (((str = agget(sg, "fillcolor")) != 0) && str[0]) -- 2.50.0