Skip to content

shape for start and end node #58

@laszewsk

Description

@laszewsk

While testing with https://github.com/magjac/graphviz-visual-editor

I found a possible good shape for start end that is better then the diamond

  • invhouse for start
  • house for end
  • I also noticed that when we change the nodeshape, the style is not applied, such as rounded

There is also the possibility to use an HTML formatted label, which could be used to create a table such as

Name

Progress:

start:
stop:

We may want to showcase an example node with that.

label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="4">
<tr> <td> <b>Name</b></td> </tr>
<tr> <td> 
Progress: ...</br>
Start: ...</br>
Stop: ...</td> </tr>
</table>>
shape=plain

See also https://graphviz.org/Gallery/directed/git.html

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