Skip to content

Commit

Permalink
Use comma hack for pattern keys as well pgf-tikz#851
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Apr 29, 2020
1 parent ff02ccd commit 6c88ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

\def\pgf@pat@macroaskeys#1#2{%
\pgfutil@toks@\expandafter{#2}%
\edef\pgf@marshal{\noexpand\pgfkeys{#1, \the\pgfutil@toks@}}%
\edef\pgf@marshal{\noexpand\pgfkeys{,#1,\the\pgfutil@toks@}}%
\pgf@marshal%
}%
\def\pgfsetfillpattern#1#2{%
Expand Down

0 comments on commit 6c88ed9

Please sign in to comment.