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

% Ex. No. 193 (Section 23.1.2 : \tkzcname{tkzDrawSector} and \tkzname{rotate})

\begin{tikzpicture}[scale=2]
 \tkzDefPoint(0,0){O}
 \tkzDefPoint(2,2){A}
 \tkzDrawSector[rotate,draw=red!50!black,%
 fill=red!20](O,A)(30)
 \tkzDrawSector[rotate,draw=blue!50!black,%
 fill=blue!20](O,A)(-30)
\end{tikzpicture}

\end{document}