Adding support for loops to the sequence diagram grammar.

This commit is contained in:
knsv
2014-12-16 20:51:48 +01:00
parent 21daaf3e29
commit a1e415686c
10 changed files with 420 additions and 384 deletions

View File

@@ -41,9 +41,11 @@ exports.clear = function(){
};
exports.LINETYPE = {
SOLID : 0,
DOTTED : 1,
NOTE : 2
SOLID : 0,
DOTTED : 1,
NOTE : 2,
LOOP_START: 10,
LOOP_END : 11,
};
exports.ARROWTYPE = {