Skip to content

Feature request: support portPos #12

@punkeel

Description

@punkeel

Hi!

As a user, I would like to request support for compass points in the src_port/tailport and dst_port/headport properties of arrows in graphviz. This would allow me to specify which side of a node an arrow should originate from or end at, without having to manually define ports.

Doc for the portPos type.

Example:

digraph G {
  B -> A:sw;
}

Rendered:
image

With a box shape:

digraph G {
    {
        a [shape=box]
        b [shape=box]
    }
  a:e -> b:nw;
}

image

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