Use dashed lines for attached identifiers in dags.

This commit is contained in:
Bill Currie 2012-07-17 14:01:15 +09:00
parent aa72f263ec
commit 24553867a4

View file

@ -80,7 +80,8 @@ print_node (dstring_t *dstr, dagnode_t *node)
if (node->identifiers) {
daglabel_t *id;
dasprintf (dstr, " \"dag_%p\" -> \"dagid_%p\";\n", node, node);
dasprintf (dstr, " \"dag_%p\" -> \"dagid_%p\" "
"[style=dashed,dir=none];\n", node, node);
dasprintf (dstr, " \"dagid_%p\" [shape=none,label=<\n", node);
dasprintf (dstr, " <table border=\"0\" cellborder=\"1\" "
"cellspacing=\"0\">\n");