design/sequences/README.md
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 19:02:17 +0200
changeset 166 950a2350930f
parent 116 672e3c4bbd0c
permissions -rw-r--r--
Add css to Note component

## 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
```