File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 609609}%
610610
611611\def\pgf@matrix@finish@line {%
612- \pgf@ya =-\pgf@y %
613- \global\advance\pgf@ya by\csname pgf@matrix@miny\the\pgfmatrixcurrentrow \endcsname %
614- \expandafter\xdef \csname pgf@matrix@miny\the\pgfmatrixcurrentrow \endcsname {\the\pgf@ya }%
615612 \pgfutil@ifnextchar\egroup %
616613 {\egroup\pgf@end@matrix }{\pgf@matrix@no@eom@found\egroup }%
617614}%
618615
619616\def\pgf@matrix@no@eom@found {%
620617 \vskip\pgf@y %
618+ \pgf@y =-\pgf@y %
621619 \ifpgf@matrix@fixed %
622620 \vskip \csname pgf@matrix@miny\the\pgfmatrixcurrentrow \endcsname % unskip
623- \vskip\pgf@y %
624- \pgf@y =-\pgf@y %
625- \expandafter\xdef \csname pgf@matrix@miny\the\pgfmatrixcurrentrow \endcsname {\the\pgf@y }%
626621 \gdef\pgf@matrix@row@finish {\global\pgf@picmaxy =0pt}%
627622 \else %
623+ \advance\pgf@y by%
624+ \csname pgf@matrix@miny\the\pgfmatrixcurrentrow \endcsname %
628625 \global\let\pgf@matrix@row@finish =\pgfutil@empty %
629626 \fi %
627+ \expandafter\xdef %
628+ \csname pgf@matrix@miny\the\pgfmatrixcurrentrow \endcsname %
629+ {\the\pgf@y }%
630630 \pgf@matrix@init@row %
631631}%
632632
You can’t perform that action at this time.
0 commit comments