diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-22 21:22:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-22 21:22:05 +0000 |
commit | 07cd2920c385685a67c988d4babd2a230937d738 (patch) | |
tree | 7afd10ef78230eadec21305f5ffa065a2e4fedb8 /Master/texmf-dist/tex/generic/circuitikz | |
parent | 409d3008a502ad1665ac75bbfd9e44b929129266 (diff) |
circuitikz (22jun19)
git-svn-id: svn://tug.org/texlive/trunk@51420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz')
-rw-r--r-- | Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex index 8e26b7a668c..7c7dccb2f27 100644 --- a/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex +++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex @@ -60,6 +60,16 @@ \pgfusepath{draw} } +\pgf@circ@declareground{tlground}{0.6}{0.4}{ + \pgfsetlinewidth{\ctikzvalof{monopoles/ground/thickness}\pgfstartlinewidth} + \pgfpathmoveto{\pgfpoint{-.6\pgf@circ@res@step}{0pt}} + \pgfpathlineto{\pgfpoint{.6\pgf@circ@res@step}{0pt}} + \pgfpathmoveto{\pgfpoint{-.4\pgf@circ@res@step}{-0.2\pgf@circ@res@step}} + \pgfpathlineto{\pgfpoint{.4\pgf@circ@res@step}{-0.2\pgf@circ@res@step}} + \pgfpathmoveto{\pgfpoint{-.25\pgf@circ@res@step}{-0.4\pgf@circ@res@step}} + \pgfpathlineto{\pgfpoint{.25\pgf@circ@res@step}{-0.4\pgf@circ@res@step}} + \pgfusepath{draw} +} \pgf@circ@declareground{rground}{0.6}{1}{ |