X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=carto.git;a=blobdiff_plain;f=drapeaux%2Fpst-flags.sty;h=bb8178a056610c5d433f3e9d2c989e73a22936ca;hp=f63c8347f7d7f9c39015a60d664e4bb5fee15225;hb=4d5ac56f345b9cf3e652fd6d872805053820d57e;hpb=6e074fefbff7e1fd788c096fb6904be12f76171b diff --git a/drapeaux/pst-flags.sty b/drapeaux/pst-flags.sty index f63c834..bb8178a 100644 --- a/drapeaux/pst-flags.sty +++ b/drapeaux/pst-flags.sty @@ -368,4 +368,73 @@ }} \end{pspicture}} +\def\pst@FlagMacedonia{% +\definecolor{macedoniaRed}{HTML}{D20000} +\definecolor{macedoniaYellow}{HTML}{FFE600} +\psset{unit=0.5357} +\begin{pspicture}(-14,-7)(14,7) +%% Flagge (Verh\"{a}ltnis 2 Breite : 1 H\"{o}he) +\psframe[linecolor=macedoniaRed,fillstyle=solid,fillcolor=macedoniaRed](-14,-7)(14,7) +\pspolygon[linecolor=macedoniaYellow,fillstyle=solid,fillcolor=macedoniaYellow](1.4,7)(-1.4,7)(1.4,-7)(-1.4,-7) +\pspolygon[linecolor=macedoniaYellow,fillstyle=solid,fillcolor=macedoniaYellow](14,-1.4)(14,1.4)(-14,-1.4)(-14,1.4) +\pspolygon[linecolor=macedoniaYellow,fillstyle=solid,fillcolor=macedoniaYellow](-14,-7)(-9.8,-7)(9.8,7)(14,7) +\pspolygon[linecolor=macedoniaYellow,fillstyle=solid,fillcolor=macedoniaYellow](14,-7)(9.8,-7)(-9.8,7)(-14,7) +\pscircle[linecolor=macedoniaRed,fillstyle=solid,fillcolor=macedoniaRed](0,0){2.5} +\pscircle[linecolor=macedoniaYellow,fillstyle=solid,fillcolor=macedoniaYellow](0,0){2} +\end{pspicture}} + +\def\pst@FlagEuropeanUnion{% +\definecolor{euBlue}{HTML}{003399} +\definecolor{euYellow}{HTML}{FFCC00} +\begin{pspicture}(0,0)(15,10) +%% Flagge (Verh\"{a}ltnis 3 Breite : 2 H\"{o}he) +\psframe[linecolor=euBlue,fillstyle=solid,fillcolor=euBlue](0,0)(15,10) +\def\eurostar{% +\def\outer{0.5555} +\pnode(\outer;90){A} +\pnode(\outer;162){B} +\pnode(\outer;234){C} +\pnode(\outer;306){D} +\pnode(\outer;18){E} +\pspolygon[fillstyle=solid,fillcolor=euYellow,linestyle=none,linewidth=0pt] +(A)(C)(E)(B)(D)(A) +} +\rput(7.5,5){% +\multido{\iA=0+30}{12}{% +\rput(3.333;\iA){\eurostar} +}} +\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