summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-6-1.tex
blob: 983695583a5ba30bba78b6bf116276a22f864405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 80 (Section 10.6.1 : Premier exemple avec \tkzcname{tkzClip}} \hypertarget{clip}{)

\begin{tikzpicture}
 \tkzInit[xmax=3, ymax=3]
 \tkzGrid
 \tkzAxeXY
 \tkzClip
 \draw[red] (-1,-1)--(5,5);
\end{tikzpicture}

\end{document}