2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00

adjusted colors

This commit is contained in:
Martin Thoma 2014-10-20 21:06:24 +02:00
parent 936e76e115
commit be51ade19c
2 changed files with 7 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

View file

@ -10,17 +10,18 @@
\tkzDefPoint(60:5){X}
\tkzDefPoint(150:5){Y}
\tkzDrawArc[color=black, thick, fill=gray!20](O,B)(A)
\tkzDrawArc[color=black, thick, fill=gray!10](O,B)(A)
% Avoid too long edges of polygon
\tkzClipPolygon(A,B,M,N)
\tkzClipCircle(O,B)
\tkzDrawPolygon[fill=red,fill opacity=0.5](A,B,X)
\tkzMarkRightAngle(A,X,B)
% Draw polygons and mark right angle
\tkzDrawPolygon[fill=red,fill opacity=0.3](A,B,X)
\tkzMarkRightAngle[very thick](A,X,B)
\tkzDrawPolygon[fill=blue,fill opacity=0.5](A,B,Y)
\tkzMarkRightAngle(A,Y,B)
\tkzDrawPolygon[fill=green,fill opacity=0.3](A,B,Y)
\tkzMarkRightAngle[very thick](A,Y,B)
% lines should not colored
\tkzDrawPolygon(A,B,X)
@ -28,4 +29,4 @@
\tkzDrawArc[color=black, thick](O,B)(A)
\end{tikzpicture}
\end{document}
\end{document}