Skip to content

Commit

Permalink
Backed out transform shape for the moment and opened #20 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarter committed Apr 3, 2018
1 parent 6042d1a commit a3a3259
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tikzducks.sty
Original file line number Diff line number Diff line change
Expand Up @@ -754,29 +754,29 @@
\ifduck@book
\fill[\duck@bookcolour,rotate=-20]
(0.40,1.20) rectangle (0.80,0.60);
\node[transform shape, rotate=-20*\yscalefactor/\xscalefactor, color=white] at (0.88,0.70) {\duck@book};%
\node[rotate=-20*\yscalefactor/\xscalefactor, color=white] at (0.88,0.70) {\duck@book};%
\fi
%
% signpost %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifduck@signpost
\fill[\duck@signcolour, rounded corners=\yscalefactor*1, rotate=-20] (0.8,0.75) rectangle (0.9,1.75);
\fill[\duck@signcolour, rounded corners=\yscalefactor*1, rotate=-20] (0.4,1.7) rectangle (1.3,2.4);
\fill[\duck@signback, rounded corners=\yscalefactor*1, rotate=-20] (0.45,1.75) rectangle (1.25,2.35);
\node[transform shape, rotate=-20*\yscalefactor/\xscalefactor, color=white] at (1.5,1.65) {\duck@signpost};
\node[rotate=-20*\yscalefactor/\xscalefactor, color=white] at (1.5,1.65) {\duck@signpost};
\fi
%
% speech bubble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifduck@speech
\fill[\duck@bubblecolour] (-0.5,1.8) ellipse (0.7 and 0.3);
\fill[\duck@bubblecolour] (-0.2,1.54) -- (0.2,1.35) -- (0.0,1.6) -- cycle;
\node[transform shape] at (-0.5,1.8) {\duck@speech};
\node at (-0.5,1.8) {\duck@speech};
\fi
%
% think bubble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifduck@think
\fill[\duck@bubblecolour] (2,2.4) ellipse (0.7 and 0.35);
\fill[\duck@bubblecolour] (1.55,2.35) circle (0.25) (2.0,2.15) circle (0.25) (2.4,2.25) circle (0.25) (1.6,2.55) circle (0.25) (2.0,2.6) circle (0.25) (2.35,2.5) circle (0.25) (1.65,1.95) circle (0.1) (1.55,1.80) circle (0.06) (1.47,1.70) circle (0.03);
\node[transform shape] at (2,2.4) {\duck@think};
\node at (2,2.4) {\duck@think};
\fi
%
% magic wand %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -1304,7 +1304,7 @@
}
\end{scope}
\end{pgfinterruptboundingbox}
\node[transform shape] at (wing) {\stripes@emblem };
\node at (wing) {\stripes@emblem };
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%.........................%%%%%%%%%%%%%%%%%%%.........................
Expand Down

0 comments on commit a3a3259

Please sign in to comment.