Skip to content

Commit

Permalink
fix: Use wrapped \pgfutil@unexpanded
Browse files Browse the repository at this point in the history
Fixed a raw use of `\unexpanded` introduced in #1083, commit
  cb21347

Signed-off-by: muzimuzhi <[email protected]>
  • Loading branch information
muzimuzhi committed Jan 10, 2022
1 parent f811952 commit 1a1880a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
% Fully expand `\pgfkeyscurrentname' before being used in first-arg of
% `/errors/unknown key'.
{\pgfkeys{/errors/unknown
key/.expanded={/pgf/decoration/\pgfkeyscurrentname}{\unexpanded{#1}}}}},%
key/.expanded={/pgf/decoration/\pgfkeyscurrentname}{\pgfutil@unexpanded{#1}}}}},%
/pgf/decoration/raise/.code={\def\tikz@dec@shift{\pgftransformyshift{#1}}\tikz@dec@trans},
/pgf/decoration/mirror/.code={%
\csname if#1\endcsname
Expand Down

0 comments on commit 1a1880a

Please sign in to comment.