diff options
author | Norbert Preining <norbert@preining.info> | 2021-07-15 03:01:01 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-07-15 03:01:01 +0000 |
commit | 55ae461252a599d6bc951065a37c16a8971fc560 (patch) | |
tree | 1b73269f29ae053c3fa9f00a365b009569df721a /graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex | |
parent | 3303a89b11161d66ec78811056b85306f696cc09 (diff) |
CTAN sync 202107150300
Diffstat (limited to 'graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex')
-rw-r--r-- | graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex b/graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex index ee9d285fff..405cfd45bb 100644 --- a/graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex +++ b/graphics/pgf/contrib/circuitikz/tex/pgfcircpath.tex @@ -130,6 +130,8 @@ \pgfmathanglebetweenpoints{\pgfpointanchor{\ctikzvalof{bipole/name}start}{center}} {\pgfpointanchor{\ctikzvalof{bipole/name}end}{center}} \edef\pgf@circ@direction{\pgfmathresult} + % the global macro pgfcirc@whatever-direction is accessible as \ctikzgetdirection{whatever} + % this gives access to the element path direction \expandafter\xdef\csname pgfcirc@\pgfcirc@a@prefix-direction\endcsname{\pgf@circ@direction} } % position the component in the middle of the path. We DO NOT MOVE the current position! |