Skip to content

Commit 36803f7

Browse files
committed
Bend angle need not be integer #700
1 parent 21fb26c commit 36803f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
\pgfmathsetmacro\tikz@to@bend{#1}%
3535
\fi%
3636
\let\tikz@to@out=\tikz@to@bend%
37-
\c@pgf@counta=180\relax%
38-
\advance\c@pgf@counta by-\tikz@to@out\relax%
39-
\edef\tikz@to@in{\the\c@pgf@counta}%
37+
\pgfmathsetmacro\tikz@to@in{180-\tikz@to@out}%
4038
\tikz@to@switch@on%
4139
\tikz@to@relativetrue%
4240
}

0 commit comments

Comments
 (0)