Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tikz: reset \tikz@expandcount more frequent #969 #970

Merged
merged 5 commits into from
Jan 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
tikz: reset \tikz@expandcount more frequent #969
This makes \tikz@expandcount get reset every time a token is handled
in tikz path scanning.
muzimuzhi committed Dec 28, 2020

Verified

This commit was signed with the committer’s verified signature.
commit 5994b9065d4090fb9fe2a8ba7d31a3619f9e4434
1 change: 1 addition & 0 deletions tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
Original file line number Diff line number Diff line change
@@ -2173,6 +2173,7 @@
\fi%
\fi%
\fi%
\ifx\pgfutil@next\tikz@handle@more\else\tikz@expandcount=100\relax\fi
muzimuzhi marked this conversation as resolved.
Show resolved Hide resolved
\pgfutil@next%
}%