Warning, /graphics/tikzkit/texamples/edgePath.tex is written in an unsupported language. File is not indexed.

0001 \documentclass[a4paper,10pt]{article}
0002 \usepackage[utf8]{inputenc}
0003 \usepackage[pdftex,active,tightpage]{preview}
0004 \usepackage{tikz}
0005 \PreviewEnvironment{tikzpicture}
0006 
0007 \begin{document}
0008 \thispagestyle{empty}
0009 \begin{tikzpicture}
0010   \draw[bend right] (0, 0) to[bend right] (0, 1) to[bend right] (1, 1) to (1, 0) to (0, 0) --cycle;
0011 \end{tikzpicture}
0012 \end{document}
0013