summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty')
-rw-r--r--graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty b/graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty
index 2be1bcd9b9..fc7658629d 100644
--- a/graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty
+++ b/graphics/pgf/contrib/tikzlings/tikzlings-sloths.sty
@@ -12,7 +12,7 @@
%% See http://www.latex-project.org/lppl.txt
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesPackage{tikzlings-sloths}[2022/04/21 version v0.9 Drawing sloths in TikZ]
+\ProvidesPackage{tikzlings-sloths}[2022/06/17 version v1.0 Drawing sloths in TikZ]
\RequirePackage{tikz}
\RequirePackage{tikzlings-addons}
@@ -49,13 +49,13 @@
% body
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- body/.code = \def\sloth@body{#1},
+ body/.store in = \sloth@body,
body = slothcol,
- eye/.code = \def\sloth@eye{#1},
+ eye/.store in = \sloth@eye,
eye = black,
- eyelid/.code = \def\sloth@eyelid{#1},
+ eyelid/.store in = \sloth@eyelid,
eyelid = \sloth@body!50!white,
- mouth/.code = \def\sloth@mouth{#1},
+ mouth/.store in = \sloth@mouth,
mouth = \sloth@body!40!black,
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%