summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/worldflags/worldflag_MH.tex
blob: 1f6656a5e28f5fbe434b6e36e427f8c3d55daa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% --------------------------------------------------------------------------
% Marshall Islands
% --------------------------------------------------------------------------
\BeginFlagDescription{10}{19}
\definecolor{blue}{RGB}{0,48,135}
\definecolor{orange}{RGB}{229,114 0}
\fill [blue] (0,0) rectangle (\flaglength,1);
\fill [white] (0,0.016)--(\flaglength,0.592)--(\flaglength,0.788)--(0,0.032)--cycle;
\fill [orange] (0,0.032)--(\flaglength,0.788)--(\flaglength,0.984)--(0,0.048)--cycle;
\begin{scope}[xshift=0.366\flagwidth,yshift=0.634\flagwidth]
  \tikzmath{function test(\x){if mod(\x,6)==0 then {return 0.31;} else {return 0.222;};};}
  \fill [white](0:0.31)
  \foreach \n in {1,...,24} {--(15*\n-7.5:0.098)--(15*\n:{test(\n)})}--cycle;
\end{scope}
\FrameCode
\EndFlagDescription