-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Rendering of this graph is all wrong:
strict graph gr {
ranksep=".4"
nodesep=.05
margin=.05;
outputMode="edgesfirst";
node [shape=box, height=0, width=0, style=filled, fontsize=12, color="#ffc0c0", fontname="Helvetica"];
n0 [label="top"];
n1 [label="smain", style=bold, color="#ff0000"];
n3 [label="np", style=bold, color="#ff0000"];
n6 [label="ppart", style=bold, color="#ff0000"];
node [fontname="Helvetica-Oblique", color="#c0c0ff"];
n2 [label="werd"];
n4 [label="groot", style=bold, color="#0000ff"];
n5 [label="alarm", style=bold, color="#0000ff"];
n7 [label="Wel"];
n8 [label="meteen"];
n10 [label="geslagen"];
{rank=same; edge[style=invis]; n7 -- n2 -- n8 -- n4 -- n5 -- n10}
edge [sametail=true, samehead=true, color="#d3d3d3", fontname="Helvetica", fontsize=10];
n0 -- n1 [label=" -- "];
n1 -- n2 [label=" hd "];
n1 -- n3 [label=" su ", color="#000000"];
n1 -- n6 [label=" vc "];
n3 -- n4 [label=" mod ", color="#000000"];
n3 -- n5 [label=" hd ", color="#000000"];
n6 -- n7 [label=" mod "];
n6 -- n8 [label=" mod "];
n6 -- n3 [label=" svp ", color="#000000"];
n6 -- n10 [label=" hd "];
}
How it should look (rendered with the dot program):
How it looks:
lubronzhan, yonesko and little-nil
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

