From: ellson Date: Tue, 29 Jan 2008 19:58:31 +0000 (+0000) Subject: recognize -Npenwidth --- incomplete X-Git-Tag: LAST_LIBGRAPH~32^2~4804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fe1ac883faa68b1f54a59b6619f535526e6f5f4;p=graphviz recognize -Npenwidth --- incomplete --- diff --git a/lib/common/input.c b/lib/common/input.c index 7919297d7..233a22679 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -662,6 +662,7 @@ void graph_init(graph_t * g, boolean use_rankdir) N_fontcolor = agfindattr(g->proto->n, "fontcolor"); N_label = agfindattr(g->proto->n, "label"); N_showboxes = agfindattr(g->proto->n, "showboxes"); + N_penwidth = agfindattr(g->proto->n, "penwidth"); /* attribs for polygon shapes */ N_sides = agfindattr(g->proto->n, "sides"); N_peripheries = agfindattr(g->proto->n, "peripheries");