Open
Description
WIth this example as context:
points:
key.tags: [key, key_1u]
zones:
matrix:
columns:
pinky:
rows.top.tags: [key_1_25u]
ring:
middle:
index:
inner:
rows:
bottom:
home:
top:
outlines:
debug:
- what: rectangle
where: [key]
size: 14
- what: rectangle
where: [key_1u]
size: 18
operation: stack
- what: rectangle
where: [key_1_25u]
size: [22.5, 18]
adjust:
shift: [-2.25,0]
operation: stack
I would expect the end result for matrix_pinky_top
to either be tags: [key_1_25u]
or the full list: tags: [key, key_1u, key_1_25u]
, but is instead tags: [key_1u, key_1_25u]
:
Metadata
Metadata
Assignees
Labels
No labels