Additional shape key for lean_left and lean_right

This commit is contained in:
Knut Sveidqvist
2024-09-05 13:35:12 +02:00
parent adedb5f803
commit 1d5f7ce08f

View File

@@ -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,