Skip to content

Commit

Permalink
Execute size hook unconditionally pgf-tikz#795
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Dec 1, 2019
1 parent b70fe0c commit 03b8912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
\ifdim#1>\pgf@picmaxx\global\pgf@picmaxx#1\fi%
\ifdim#2<\pgf@picminy\global\pgf@picminy#2\fi%
\ifdim#2>\pgf@picmaxy\global\pgf@picmaxy#2\fi%
\ifpgf@size@hooked%
\let\pgf@size@hook@x#1\let\pgf@size@hook@y#2\pgf@path@size@hook%
\fi%
\fi%
\ifpgf@size@hooked%
\let\pgf@size@hook@x#1\let\pgf@size@hook@y#2\pgf@path@size@hook%
\fi%
\ifdim#1<\pgf@pathminx\global\pgf@pathminx#1\fi%
\ifdim#1>\pgf@pathmaxx\global\pgf@pathmaxx#1\fi%
Expand Down

0 comments on commit 03b8912

Please sign in to comment.