Skip to content

Does not seem to handle certain position related attributes #38

Open
@Binary-Eater

Description

@Binary-Eater

Examples include attributes like rankdir.

Versions of involved components used

  • Julia v1.6.3
  • GraphViz.jl v0.2.0
  • IJulia v1.23.2

Snippet for replicating the problem.

digraph graphname {
rankdir="BT";
overlap=false;
     a [shape="box",URL="https://www.google.com",label="Game",target="_blank"];
     b [shape="box",URL="https://www.google.com"];
     a -> b [minlen=10,taillabel = "taillabel"];
 }

What is seen in the local jupyter notebook

251221151818

What is see when using graphviz to generate a PNG from the same dot snippet

test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions