Use PGF and TikZ to create a Valentine card.
Author: | Alain Matthes |
---|
Do you have a question regarding this example, TikZ or LaTeX in general? Just ask in the
LaTeX Forum.
Oder frag auf Deutsch auf TeXwelt.de.
En français: TeXnique.fr.
% Valentine heart
% Author: Alain Matthes
\documentclass{article}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[ball color=BrickRed,shading=ball] (4,1) ..controls +(120:2cm)
and +(90:2cm) .. (0,0) .. controls +(-90:2cm) and +(90:3cm) ..
(4,-8) .. controls +(90:3cm) and +(-90:2cm) ..(8,0) .. controls
+(90:2cm) and +(60:2cm) .. (4,1);
\end{tikzpicture}
\end{document}
Comments
This pic has been featured, with credits to the artist and this page, at www.squidoo.com/starsigns. I hope you like what I have done with it :)
I love your heart!
Adding comments is currently not enabled.