From 67295ec8a0958e6400d1873fc1ed56895d2f60cd Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Fri, 6 Nov 2020 19:26:49 +0100 Subject: [PATCH] Fix spurious spaces #946 --- .../pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex | 2 +- tex/generic/pgf/modules/pgfmoduleshapes.code.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex index 6bc428632..8ed52a518 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex @@ -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}} diff --git a/tex/generic/pgf/modules/pgfmoduleshapes.code.tex b/tex/generic/pgf/modules/pgfmoduleshapes.code.tex index 4e8cce59a..a22aca475 100644 --- a/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +++ b/tex/generic/pgf/modules/pgfmoduleshapes.code.tex @@ -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{%