summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclide-18-2-1.tex
blob: 08a4e700690fcac2a679ebf66602fe9ecc985041 (plain)
1
2
3
4
5
\begin{tikzpicture}
 \tkzDefPoint(0,0){A}
 \tkzDefPoint(4,0){B}
 \tkzDrawTriangle[pythagore,fill=blue!30](A,B)
\end{tikzpicture}