summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty')
-rw-r--r--graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty b/graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty
index de01427914..8bceea8a19 100644
--- a/graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty
+++ b/graphics/pgf/contrib/tikzlings/tikzlings-penguins.sty
@@ -12,7 +12,7 @@
%% See http://www.latex-project.org/lppl.txt
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesPackage{tikzlings-penguins}[2022/04/21 version v0.9 Draw penguins in TikZ]
+\ProvidesPackage{tikzlings-penguins}[2022/06/17 version v1.0 Draw penguins in TikZ]
\RequirePackage{tikz}
\RequirePackage{tikzlings-addons}
@@ -46,17 +46,17 @@
% body
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- body/.code = \def\penguin@body{#1},
+ body/.store in = \penguin@body,
body = black,
- belly/.code = \def\penguin@belly{#1},
+ belly/.store in = \penguin@belly,
belly = white!95!black,
- feet/.code = \def\penguin@feet{#1},
+ feet/.store in = \penguin@feet,
feet = yellow!50!orange,
- bill/.code = \def\penguin@bill{#1},
+ bill/.store in = \penguin@bill,
bill = orange,
- eye/.code = \def\penguin@eye{#1},
+ eye/.store in = \penguin@eye,
eye = white!95!black,
- pupil/.code = \def\penguin@pupil{#1},
+ pupil/.store in = \penguin@pupil,
pupil = black,
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%