summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/worldflags/worldflag_RedCross.tex
blob: 1f27d25019aa8b91044df6161db5a02f8c53f349 (plain)
1
2
3
4
5
6
7
8
9
10
11
% --------------------------------------------------------------------------
% Red Cross:
% --------------------------------------------------------------------------
\BeginFlagDescription{2}{3}
\definecolor{red}{RGB}{218,41,28}
\fill [white] (0,0) rectangle (\flaglength,1);
\begin{scope}[shift={(0.5\flaglength,0.5)},x=\flagwidth/32,y=\flagwidth/32]
\fill [red] (3,10)|-(10,3)|-(3,-3)|-(-3,-10)|-(-10,-3)|-(-3,3)|-cycle;
\end{scope}
\FrameCode
\EndFlagDescription