summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex
blob: 720d736bb49f6a4675a7d4c8faa55f7d7ff1ccbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% --------------------------------------------------------------------------
% Red Crystal:
% --------------------------------------------------------------------------
\begin{flagdescription}{2/3}
\definecolor{red}{RGB}{218,41,28}
\background{white}
\begin{scope}[shift={(0.5\flaglength,0.5)}]
\def\x{0.3507}
\def\y{0.16925}
\fill [red,even odd rule]
   (0,\x)--(\x,0)--(0,-\x)--(-\x,0)(0,\y)--(\y,0)--(0,-\y)--(-\y,0);
\end{scope}
\framecode{}
\end{flagdescription}