We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172a3f commit bcb3508Copy full SHA for bcb3508
README.md
@@ -56,7 +56,6 @@ npm install uglify-js -g
56
npm install jison -g
57
58
## Then to build, just run:
59
-make clean
60
make
61
```
62
src/sequence-diagram.js
@@ -24,6 +24,7 @@
24
// Image width is wrong, when there is a note in the right hand col
25
// Title box could look better
26
// Note box could look better
27
+ // Note over isn't correctly align
28
29
30
var DIAGRAM_MARGIN = 10;
0 commit comments