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

% Ex. No. 74 (Section 10.1.1 : Exemple 2 avec \tkzcname{tkzShowBB})

\begin{tikzpicture}[scale=.5]
  \tkzInit[ymax=5,xmax=8]
  \tkzGrid
  \tkzDefPoint(3,0){A}
   \begin{scope}
    \tkzClipBB
    \tkzDrawCircle[R](A,5 cm)
     \tkzShowBB
\end{scope}
\tkzDrawCircle[R,red](A,4 cm)
\end{tikzpicture}

\end{document}