diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-27 21:00:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-27 21:00:15 +0000 |
commit | 042998e7f89cdb4e7be0f4e07cece38b3e8e1076 (patch) | |
tree | a799d3f6b9cb26b717a302bbf6ba257751f95e1c /Master/texmf-dist/tex/generic/circuitikz | |
parent | 9a2751fe0cb1cd903b3c8c643aa6ba66d8bec4f8 (diff) |
circuitikz (27jun21)
git-svn-id: svn://tug.org/texlive/trunk@59728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz')
-rw-r--r-- | Master/texmf-dist/tex/generic/circuitikz/pgfcircshapes.tex | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcircshapes.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcircshapes.tex index cea4b719224..ce6e78680b0 100644 --- a/Master/texmf-dist/tex/generic/circuitikz/pgfcircshapes.tex +++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcircshapes.tex @@ -81,14 +81,12 @@ }{\pgfpoint{\ctikzvalof{nodes width}*\pgf@circ@Rlen}{\ctikzvalof{nodes width}*\pgf@circ@Rlen}} } \behindforegroundpath{ - \pgfscope \pgfpathcircle{\pgfpointorigin}{\ctikzvalof{nodes width}*\pgf@circ@Rlen} \pgfsetcolor{\ctikzvalof{color}} \pgfsetfillopacity{\ctikzvalof{poles/full fill opacity}}% normally 1.0 \pgfusepath{draw,fill} \endpgfscope - } } @@ -121,12 +119,11 @@ \pgfpointborderellipse{\pgfpoint{\pgf@circ@res@left}{\pgf@circ@res@up} }{\pgfpoint{\ctikzvalof{nodes width}*\pgf@circ@Rlen}{\ctikzvalof{nodes width}*\pgf@circ@Rlen}} } - \behindforegroundpath{ - \pgfscope \pgfpathcircle{\pgfpointorigin}{\ctikzvalof{nodes width}*\pgf@circ@Rlen} \pgfsetcolor{\ctikzvalof{color}} + \pgfsetfillopacity{\ctikzvalof{poles/open fill opacity}}% normally 1.0 \ifx\tikz@fillcolor\pgfutil@empty % set the default fill color to white \pgfsetfillcolor{\ctikzvalof{open poles fill}} @@ -137,10 +134,8 @@ \else \pgfsetfillcolor{\tikz@fillcolor} \fi - \pgfsetfillopacity{\ctikzvalof{poles/open fill opacity}}% normally 1.0 \pgfusepath{draw,fill} \endpgfscope - } } @@ -244,6 +239,7 @@ {\pgfpoint{-\pgf@circ@res@temp}{-\pgf@circ@res@temp}} {\pgfpoint{\pgf@circ@res@temp}{\pgf@circ@res@temp}} \pgfsetcolor{\ctikzvalof{color}} + \pgfsetfillopacity{\ctikzvalof{poles/open fill opacity}}% normally 1.0 \ifx\tikz@fillcolor\pgfutil@empty % set the default fill color to white \pgfsetfillcolor{\ctikzvalof{open poles fill}} @@ -254,7 +250,6 @@ \else \pgfsetfillcolor{\tikz@fillcolor} \fi - \pgfsetfillopacity{\ctikzvalof{poles/open fill opacity}}% normally 1.0 \pgfusepath{draw,fill} \endpgfscope } @@ -341,6 +336,7 @@ {\pgfpoint{-\pgf@circ@res@temp}{-\pgf@circ@res@temp}} {\pgfpoint{\pgf@circ@res@temp}{\pgf@circ@res@temp}} \pgfsetcolor{\ctikzvalof{color}} + \pgfsetfillopacity{\ctikzvalof{poles/open fill opacity}}% normally 1.0 \ifx\tikz@fillcolor\pgfutil@empty % set the default fill color to white \pgfsetfillcolor{\ctikzvalof{open poles fill}} @@ -351,7 +347,6 @@ \else \pgfsetfillcolor{\tikz@fillcolor} \fi - \pgfsetfillopacity{\ctikzvalof{poles/open fill opacity}}% normally 1.0 \pgfusepath{draw,fill} \endpgfscope } |