mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Adding support for loops to the sequence diagram grammar.
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user