mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
#945 Divider lines for concurrency, full width when in a composit state
This commit is contained in:
@@ -36,8 +36,8 @@ export const drawDivider = g =>
|
||||
.attr('x1', 10)
|
||||
.attr('class', 'divider')
|
||||
.attr('x2', 20)
|
||||
.attr('y1', 20)
|
||||
.attr('y2', 20);
|
||||
.attr('y1', 0)
|
||||
.attr('y2', 0);
|
||||
|
||||
/**
|
||||
* Draws a an end state as a black circle
|
||||
|
Reference in New Issue
Block a user