4 May 21:32
puzzle(d) again
Walter Cazzola <cazzola <at> disi.unige.it>
2008-05-04 19:32:58 GMT
2008-05-04 19:32:58 GMT
Dear TiKZ-experts,
I'm again in the process of drawing a puzzle piece and it seems that I
have solved most (not all) of my problems.
I'm trying to exploit the intrinsic symmetry of the piece. Thus, I have
drawn one side of the piece that I would like to copy and rotate/shift
to draw the remaining sides
This is what I have:
\documentclass[10pt]{article}
\usepackage[svgnames]{xcolor}
\usepackage{tikz}
\usepackage[active,tightpage,pdftex]{preview}
\PreviewEnvironment{tikzpicture}
\begin{document}
\begin{tikzpicture}[]
\draw (1.1875cm,.56cm) rectangle +(1.9cm,1.9cm);
\draw (0cm,0cm) -- ++(0cm,.8cm) parabola bend +(.1cm,.05cm) ++(.22cm,-.1cm)
arc(-130:143:.23cm and .48cm) parabola[bend pos=.6] bend +(0cm,-.1cm) ++(-.18cm,-.08cm)
-- ++(-.18cm,.55cm)
%{ [rotate around=(0cm,1.9cm)]
% (0cm,0cm) -- ++(0cm,.8cm) parabola bend +(.1cm,.05cm) ++(.22cm,-.1cm)
% arc(-130:143:.23cm and .48cm) parabola[bend pos=.6] bend +(0cm,-.1cm) ++(-.18cm,-.08cm)
% -- ++(-.18cm,.55cm)
(Continue reading)
RSS Feed