Skip to content

Bad rendering #106

@pebbe

Description

@pebbe

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):

ok

How it looks:

wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions