summaryrefslogtreecommitdiff
path: root/tex/sample/sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/sample/sample.tex')
-rw-r--r--tex/sample/sample.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/sample/sample.tex b/tex/sample/sample.tex
index bbb20e0..1b10cf6 100644
--- a/tex/sample/sample.tex
+++ b/tex/sample/sample.tex
@@ -26,10 +26,10 @@ It is also possible to paste a \texttt{tikzpicture} directly from TikZiT, withou
\node [style=yellow square] (3) at (0, -1) {foo};
\end{pgfonlayer}
\begin{pgfonlayer}{edgelayer}
- \draw [in=-90, out=0] (3.center) to (1.center);
- \draw [bend right=45, looseness=1.25] (3.center) to (2.center);
- \draw (2.center) to (0.center);
- \draw (0.center) to (1.center);
+ \draw [in=-90, out=0] (3) to (1);
+ \draw [bend right] (3) to (2);
+ \draw (2) to (0);
+ \draw (0) to (1);
\end{pgfonlayer}
\end{tikzpicture}
\]