summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclide-18-2-2.tex
blob: b315e5d77b6df53890267c44ec41dddd12028c15 (plain)
1
2
3
4
5
6
7
8
\begin{tikzpicture}
\tkzInit[ymin=-2.5,ymax=0,xmin=-5,xmax=0]
\tkzClip[space=.5]
  \begin{scope}[rotate=-180]
    \tkzDefPoint(0,0){A} \tkzDefPoint(4,0){B}
    \tkzDrawTriangle[school,fill=red!30](A,B)
  \end{scope}
\end{tikzpicture}