design/sequences/README.md
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2018 17:01:19 +0100
changeset 174 ac1a026edd58
parent 116 672e3c4bbd0c
permissions -rw-r--r--
Correct display of protocol small improvment on fonts

## install seqdiag

```bash
$ pip install seqdiag
```

## resources

- [full documentation of seqdiag](http://blockdiag.com/en/seqdiag/introduction.html)

## examples:

### Generate png with white background

```bash
$ seqdiag -f <path to>/DejaVuSansMono.ttf metacategory_editor.diag --no-transparency
```