\documentclass{ppex}
\nonstopmode
\usepackage {mfpic}
\pagestyle{empty}
\setlength\textwidth{207.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {mfpic}
\begin{mfpic}[1.2]{-50}{50}{-50}{50}
\pen{.3pt}
\newcommand{\petal}%
{\bclosed\lines{(30,10),(0,0),(10,30)}}
\newcommand{\halfflower}%
{\begin{coords}
\gfill\petal
\turn{45}\petal
\turn{45}\shade\draw\petal
\turn{45}\hatch\draw\petal
\end{coords}
}
\halfflower
\turn{180}
\halfflower
\gclear\draw\circle{(0,0),10}
\end{mfpic}
\end{document}