mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 14:16:42 +02:00
Additional shape key for lean_left and lean_right
This commit is contained in:
@@ -202,9 +202,11 @@ const shapes = {
|
||||
'notched-rect': card,
|
||||
'notch-rect': card,
|
||||
'lean-right': lean_right,
|
||||
lean_right: lean_right,
|
||||
'l-r': lean_right,
|
||||
'in-out': lean_right,
|
||||
'lean-left': lean_left,
|
||||
lean_left: lean_left,
|
||||
'l-l': lean_left,
|
||||
'out-in': lean_left,
|
||||
|
||||
|
Reference in New Issue
Block a user