X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fpst-flags.sty;h=bb8178a056610c5d433f3e9d2c989e73a22936ca;hp=4ba7f7d90e917ff8c7105f61f8e4840d8a0a1ef9;hb=HEAD;hpb=66fa14e62a0d43e81f13372150dc8b94eab41beb diff --git a/drapeaux/pst-flags.sty b/drapeaux/pst-flags.sty index 4ba7f7d..bb8178a 100644 --- a/drapeaux/pst-flags.sty +++ b/drapeaux/pst-flags.sty @@ -405,4 +405,36 @@ }} \end{pspicture}} +\def\pst@FlagBosniaHerzegovina{% +\definecolor{bhBlue}{HTML}{0053A1} +\definecolor{bhYellow}{HTML}{FFD911} +\psset{unit=0.75} +\begin{pspicture*}(0,0)(20,10) +%% Flagge (Verh\"{a}ltnis 2 Breite : 1 H\"{o}he) +\psframe[linecolor=bhBlue,fillstyle=solid,fillcolor=bhBlue](0,0)(20,10) +\pspolygon[linecolor=bhYellow,fillstyle=solid,fillcolor=bhYellow](5.3,10)(15.3,0)(15.3,10) +\def\bhstar{% +\def\outer{0.95} +\pnode(\outer;90){A} +\pnode(\outer;162){B} +\pnode(\outer;234){C} +\pnode(\outer;306){D} +\pnode(\outer;18){E} +\pspolygon[fillstyle=solid,fillcolor=white,linestyle=none,linewidth=0pt] +(A)(C)(E)(B)(D)(A) +} +\multido{\rA=0+1.25}{9}{ +\rput(!13.4 \rA\space sub 0.12 \rA\space add){\bhstar}} +\end{pspicture*}} + +\def\pst@FlagScotland{% +\definecolor{scotlandBlue}{HTML}{0072C6} %Pantone 300 +\psset{unit=0.75} +\begin{pspicture*}(0,0)(20,12) +%% Flagge (Verh\"{a}ltnis 5 Breite : 3 H\"{o}he) +\psframe[linecolor=scotlandBlue,fillstyle=solid,fillcolor=scotlandBlue](0,0)(20,12) +\pspolygon[linecolor=white,fillstyle=solid,fillcolor=white](0,1.5)(0,0)(2.5,0)(20,10.5)(20,12)(17.5,12) +\pspolygon[linecolor=white,fillstyle=solid,fillcolor=white](0,10.5)(0,12)(2.5,12)(20,1.5)(20,0)(17.5,0) +\end{pspicture*}} + \endinput