This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Flip the arrow for i, but keep the same position #116
-
Beta Was this translation helpful? Give feedback.
Answered by
l0uisgrange
Sep 24, 2025
Replies: 1 comment
-
|
Hi @kriksis 👋, You can just add the decoration like this #zap.circuit({
import zap: *
resistor("r1", (0, 0), (3, 0), i: (content: $I_1$, position: "east", invert: true))
})It is not in the documentation, but will add soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kriksis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @kriksis 👋,
You can just add the decoration like this
It is not in the documentation, but will add soon.