forked from HEL/circuiteria
added name anchor to ALU
This commit is contained in:
@ -68,4 +68,9 @@
|
||||
south-east: "south-west",
|
||||
south-west: "north-west"
|
||||
).at(anchor)
|
||||
}
|
||||
}
|
||||
|
||||
#let valid-anchors = (
|
||||
"center", "north", "east", "west", "south",
|
||||
"north-east", "north-west", "south-east", "south-west"
|
||||
)
|
Reference in New Issue
Block a user