Skip to content

Commit

Permalink
Bend angle need not be integer #700
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Jun 26, 2019
1 parent 21fb26c commit 36803f7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
\pgfmathsetmacro\tikz@to@bend{#1}%
\fi%
\let\tikz@to@out=\tikz@to@bend%
\c@pgf@counta=180\relax%
\advance\c@pgf@counta by-\tikz@to@out\relax%
\edef\tikz@to@in{\the\c@pgf@counta}%
\pgfmathsetmacro\tikz@to@in{180-\tikz@to@out}%
\tikz@to@switch@on%
\tikz@to@relativetrue%
}
Expand Down

0 comments on commit 36803f7

Please sign in to comment.