Undefined variable prevents from aligning gate relative to the input #15

Open
opened 2025-10-20 21:28:26 +00:00 by Lipen · 0 comments

There is an undefined variable i in gate.typ at 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. Only to: "out" is "supported".

There is an undefined variable `i` in `gate.typ` at 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. Only `to: "out"` is "supported".
HEL added the
bug
label 2025-10-21 05:53:49 +00:00
Sign in to join this conversation.
No description provided.