summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex b/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex
index 22d943726eb..65e78ea629b 100644
--- a/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex
+++ b/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-BB.tex
@@ -112,10 +112,12 @@ This macro displays the bounding box. A rectangular frame surrounds the bounding
\tkzDefPoint(3,0){A}
\begin{scope}
\tkzClipBB
- \tkzDrawCircle[R](A,5)
+ \tkzDefCircle[R](A,5)
+ \tkzDrawCircle(A,tkzPointResult)
\tkzShowBB[line width = 4pt,fill=teal!10,opacity=.4]
\end{scope}
-\tkzDrawCircle[R,red](A,4)
+\tkzDefCircle[R](A,4)
+\tkzDrawCircle(A,tkzPointResult)
\end{tikzpicture}
\end{tkzexample}
%<--------------------------------------------------------------------------->