Skip to content

Commit

Permalink
Fix spurious spaces #946
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Nov 6, 2020
1 parent a3e86f8 commit 67295ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
\advance\pgf@x by0.707107\pgf@xa
\advance\pgf@y by-0.707107\pgf@ya
}%
\anchorborder{
\anchorborder{%
\edef\pgf@marshal{%
\noexpand\pgfpointborderellipse
{\noexpand\pgfqpoint{\the\pgf@x}{\the\pgf@y}}
Expand Down
2 changes: 1 addition & 1 deletion tex/generic/pgf/modules/pgfmoduleshapes.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
\advance\pgf@x by0.707107\pgf@xa
\advance\pgf@y by-0.707107\pgf@xa
}%
\anchorborder{
\anchorborder{%
\pgf@xa=\pgf@x%
\pgf@ya=\pgf@y%
\edef\pgf@marshal{%
Expand Down

0 comments on commit 67295ec

Please sign in to comment.