mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +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,
|
'notched-rect': card,
|
||||||
'notch-rect': card,
|
'notch-rect': card,
|
||||||
'lean-right': lean_right,
|
'lean-right': lean_right,
|
||||||
|
lean_right: lean_right,
|
||||||
'l-r': lean_right,
|
'l-r': lean_right,
|
||||||
'in-out': lean_right,
|
'in-out': lean_right,
|
||||||
'lean-left': lean_left,
|
'lean-left': lean_left,
|
||||||
|
lean_left: lean_left,
|
||||||
'l-l': lean_left,
|
'l-l': lean_left,
|
||||||
'out-in': lean_left,
|
'out-in': lean_left,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user