diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-08 21:57:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-08 21:57:45 +0000 |
commit | 067cb21a3a797493d44fed615554c1e1e1b1ed1a (patch) | |
tree | 0ba609f19517cdb8728fe0b5380a84e92054de4f /Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex | |
parent | b7747c8d4d4d68a76509ac479f1967471d9a58a5 (diff) |
circuitikz (8sep16)
git-svn-id: svn://tug.org/texlive/trunk@42017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex index b0566e7840c..c70b851ff9f 100644 --- a/Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex +++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcircquadpoles.tex @@ -340,7 +340,7 @@ {\pgfkeysvalueof{/tikz/circuitikz/tripoles/op amp/input height}\pgf@circ@res@up}} \pgftext[left, at=\pgfpoint{0.3\pgf@circ@res@left}{.3\pgf@circ@res@up}]{\pgfkeysvalueof{/tikz/circuitikz/tripoles/op amp/font} $+$} - + \pgfsetrectcap % Draw them all! \pgfusepath{draw} @@ -355,6 +355,7 @@ \pgfpathlineto{\pgfpoint{0pt}{\pgf@circ@res@up}} \pgfpathlineto{\pgfpoint{0pt}{\pgf@circ@res@down}} \pgfpathlineto{\pgfpoint{\pgf@circ@res@step}{0pt}} + \pgfpathclose \pgfusepath{draw} \endpgfscope } |