Undefined variable prevents from aligning gate relative to the input #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is an undefined variable
iingate.typat line 66 (https://git.kb28.ch/HEL/circuiteria/src/branch/main/src/elements/logic/gate.typ#L66).This prevents from using
y: (from: "...", to: "in1")to align the gate's input port to the given anchor. Onlyto: "out"is "supported".