ActDiag

actdiag generates activity-diagram images from .diag files (similar to graphviz’s DOT files).

Example

[actdiag, format="png"]
....
actdiag {
  write -> convert -> image

  lane user {
     label = "User"
     write [label = "Writing reST"];
     image [label = "Get diagram IMAGE"];
  }
  lane actdiag {
     convert [label = "Convert reST to Image"];
  }
}
....
actdiag

Installation

Supported Image Formats

  • PDF

  • PNG (default)

  • SVG

Attributes

Name Default value Description

actdiag

actdiag

The path to the actdiag executable

fontpath

unspecified

The path to the font that should be used by blockdiag