Skip to content

Commit

Permalink
Cheap trick to avoid leading space problem #753
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Nov 3, 2019
1 parent a93c47e commit fddaaad
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 @@ -85,7 +85,7 @@
\def\pgfdeclarepattern#1{%
\begingroup%
\nullfont%
\def\pgf@pat@options{#1}%
\def\pgf@pat@options{,#1}%
\pgfkeys{/pgf/patterns/.cd,#1}%
\ifx\pgf@pat@name\pgfutil@empty
\pgferror{Declaring unnamed pattern}%
Expand Down

0 comments on commit fddaaad

Please sign in to comment.