Skip to content

Graph with shape=record is not rendered #85

@michael-l-AT

Description

@michael-l-AT

Hello!

Thank you for this great software!

Today I encountered the following situation for the first time, that the following graph is not displayed properly.
Unfortunately, I can only guess that it is due to " {rank=same node1 node2} " or " shape=record ", because the graph is displayed as soon as either of those is removed.

Perhaps you know what the problem is and want/can quickly identify the issue.

Many thanks again and
Best regards
Michael

Problematic Graph:

digraph main {

layout="dot"
splines="spline";

subgraph cluster_1{

    
    node1 [label="{test}",shape=record]
    node2 [shape=none]

    node1->node2 [dir=back]
    
    {rank=same node1 node2}


}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions