%%%
%%%  File:  petals.tex
%%%
%%%  mfpic 0.2.10.9 alfa  Sat 9 Nov 1996
%%%

\documentclass {article}

\input {mfpic}

\begin {document}

\opengraphsfile {flower}

\mftitle {Flower of eight petals.}


\noindent
\mfpic[1]{-50}{50}{-50}{50}
\tcaption {\textit {Figure 1:} Try to make a flower using coords.}
%
\newcommand{\petal}%
   {\bclosed\lines{(30,10),(0,0),(10,30)}}
%
\newcommand{\halfflower}%
  {%
    \gfill\petal
    \turn{45}
    \petal
    \shade\turn{45}\petal
    \turn{45}
    \hatch\petal
  }
%
\pen{0.3pt}
\halfflower
\turn{45}
\halfflower
\endmfpic

\noindent
\mfpic[1]{-50}{50}{-50}{50}
\tcaption {\textit {Figure 1:} Try to make a flower using coords.}
%
\newcommand{\petal}%
   {\bclosed\lines{(30,10),(0,0),(10,30)}}
%
\newcommand{\halfflower}%
  {%
    \begin{coords}
    \gfill\petal
    \turn{45}
    \petal
    \turn{45}
    \shade\petal
    \turn{45}
    \hatch\petal
    \end{coords}
  }
%
\pen{0.3pt}
\halfflower
\turn{180}
\halfflower
\endmfpic

\closegraphsfile

\end {document}

%%%
%%%  EOF  petals.tex
%%%
