use svg for flags
This commit is contained in:
parent
b45a89d781
commit
0664e96b72
7 changed files with 335 additions and 163 deletions
|
@ -53,28 +53,28 @@
|
||||||
<p class="switcher">
|
<p class="switcher">
|
||||||
{% if page.lang == 'en' %}
|
{% if page.lang == 'en' %}
|
||||||
{% if page.fr_url == '' %}
|
{% if page.fr_url == '' %}
|
||||||
<a href="{{ page.url | remove_first: '/en' }}">🇫🇷</a>
|
<a href="{{ page.url | remove_first: '/en' }}"><img class="switch_flag" src="/images/flags/fr.svg" alt="flag of France"></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ page.fr_url }}">🇫🇷</a>
|
<a href="{{ page.fr_url }}"><img class="switch_flag" src="/images/flags/fr.svg" alt="flag of France"></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="/de">🇩🇪</a>
|
<a href="/de"><img class="switch_flag" src="/images/flags/at_de.svg" alt="half flag of Austria, half flag of Germany"></a>
|
||||||
</p>
|
</p>
|
||||||
{% include nav_en.html %}
|
{% include nav_en.html %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if page.lang == 'de' %}
|
{% if page.lang == 'de' %}
|
||||||
<a href="/">🇫🇷</a>
|
<a href="/"><img class="switch_flag" src="/images/flags/fr.svg" alt="Flagge Frankreichs"></a>
|
||||||
<a href="/en">🇬🇧</a>
|
<a href="/en"><img class="switch_flag" src="/images/flags/uk.svg" alt="Union Jack"></a>
|
||||||
</p>
|
</p>
|
||||||
{% include nav_de.html %}
|
{% include nav_de.html %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if page.en_url == '' %}
|
{% if page.en_url == '' %}
|
||||||
<a href="/en{{page.url}}">🇬🇧</a>
|
<a href="/en{{page.url}}"><img class="switch_flag" src="/images/flags/uk.svg" alt="Union Jack"></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ page.en_url }}">🇬🇧</a>
|
<a href="{{ page.en_url }}"><img class="switch_flag" src="/images/flags/uk.svg" alt="Union Jack"></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="/de">🇩🇪</a>
|
<a href="/de"><img class="switch_flag" src="/images/flags/at_de.svg" alt="demi drapeau de l'Autriche, demi dreapeau de l'Allemagne"></a>
|
||||||
</p>
|
</p>
|
||||||
{% include nav_fr.html %}
|
{% include nav_fr.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -141,6 +141,8 @@ ol.publication-list li { background: linear-gradient(0deg, rgba(2,0,36,0) 0%, #f
|
||||||
.switcher { text-align: center; font-size: 2em; margin: 0.5em 0; }
|
.switcher { text-align: center; font-size: 2em; margin: 0.5em 0; }
|
||||||
.switcher > a:hover { text-decoration: none; }
|
.switcher > a:hover { text-decoration: none; }
|
||||||
|
|
||||||
|
.switch_flag { height: 1em; }
|
||||||
|
|
||||||
.credits { color: $dim; }
|
.credits { color: $dim; }
|
||||||
|
|
||||||
.centered_img { display: block; margin: 1em auto; }
|
.centered_img { display: block; margin: 1em auto; }
|
||||||
|
|
BIN
images/flag.png
BIN
images/flag.png
Binary file not shown.
Before Width: | Height: | Size: 6 KiB |
155
images/flag.svg
155
images/flag.svg
|
@ -1,155 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="489.36328"
|
|
||||||
height="269.72656"
|
|
||||||
id="svg2"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.47 r22583"
|
|
||||||
inkscape:export-filename="/Users/gapato/getch/flag.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="New document 1">
|
|
||||||
<defs
|
|
||||||
id="defs4">
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 526.18109 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
|
||||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
|
||||||
id="perspective10" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#7c7c7c"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="0.32"
|
|
||||||
inkscape:cx="369.7574"
|
|
||||||
inkscape:cy="565.33337"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1436"
|
|
||||||
inkscape:window-height="856"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
showborder="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3774"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata7">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-171.99768,-204.30807)">
|
|
||||||
<g
|
|
||||||
id="g3776"
|
|
||||||
transform="matrix(1,0,0,-1,0,678.26748)"
|
|
||||||
inkscape:export-filename="/Users/gapato/getch/flag.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<path
|
|
||||||
inkscape:export-filename="/Users/gapato/getch/flag.png"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
sodipodi:nodetypes="ccccccc"
|
|
||||||
id="path3764"
|
|
||||||
d="m 215.46643,473.90963 -43.46875,0.125 183.75704,-269.86189 122.8914,0.13533 182.71484,269.67773 -445.89453,-0.0762 0,3e-5 z"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none" />
|
|
||||||
<g
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-filename="/Users/gapato/flag.png"
|
|
||||||
transform="matrix(1,0,0,1.1361113,49.35534,-66.245005)"
|
|
||||||
id="g3616">
|
|
||||||
<path
|
|
||||||
style="fill:#1d1ecf;fill-opacity:1;stroke:none"
|
|
||||||
d="m 379.81735,434.74056 95.87739,-60.61227 -95.87738,0 -1e-5,60.61227 z"
|
|
||||||
id="path2824"
|
|
||||||
sodipodi:nodetypes="cccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#1d1ecf;fill-opacity:1;stroke:none"
|
|
||||||
d="m 378.31736,475.56508 120.08769,-75.4749 0,75.47491 -120.08769,-10e-6 z"
|
|
||||||
id="path2826"
|
|
||||||
sodipodi:nodetypes="cccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#1d1ecf;fill-opacity:1;stroke:none"
|
|
||||||
d="m 537.31276,475.60459 -0.0379,-64.563 49.62374,64.52349 -49.58587,0.0395 z"
|
|
||||||
id="path2828"
|
|
||||||
sodipodi:nodetypes="cccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#cf1d1d;fill-opacity:1;stroke:none"
|
|
||||||
d="m 379.88049,367.47876 111.55873,0.50507 -111.62186,71.21576 0,28.28427 125.44005,-82.38344 0,90.46466 25.63333,0.0262 -0.0197,-71.75816 -49.53336,-66.65891 -101.39407,-0.56065 -0.0631,30.86523 -3e-5,0 z"
|
|
||||||
id="path3608"
|
|
||||||
sodipodi:nodetypes="cccccccccccc" />
|
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="cccc"
|
|
||||||
id="path3610"
|
|
||||||
d="m 379.81735,269.27116 93.37739,61.32655 -93.37738,-0.35714 -1e-5,-60.96941 z"
|
|
||||||
style="fill:#1d1ecf;fill-opacity:1;stroke:none" />
|
|
||||||
<path
|
|
||||||
style="fill:#cf1d1d;fill-opacity:1;stroke:none"
|
|
||||||
d="M 379.64286,265.21933 380,238.07647 l 45.35966,26.18841 46.06891,60.24016 -91.78571,-59.28571 z"
|
|
||||||
id="path3612"
|
|
||||||
sodipodi:nodetypes="ccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:#1d1ecf;fill-opacity:1;stroke:none"
|
|
||||||
d="m 394.89954,238.28833 9.28572,0 9.64286,11.42857 -18.92858,-11.42857 z"
|
|
||||||
id="path3614"
|
|
||||||
sodipodi:nodetypes="cccc" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-filename="/Users/gapato/flag.png"
|
|
||||||
transform="translate(25.35534,-1.0304576)"
|
|
||||||
id="g3639">
|
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="cccc"
|
|
||||||
style="fill:#2b4fc8;fill-opacity:1;stroke:none"
|
|
||||||
d="m 172.73609,475.06 78.28682,0 0,-114.80158 L 172.73609,475.06 z"
|
|
||||||
id="path2832" />
|
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="ccccccc"
|
|
||||||
style="fill:#ea0202;fill-opacity:1;stroke:none"
|
|
||||||
d="m 313.14729,475.06 0.78125,-209.07666 40.99265,-60.59047 23.0239,-0.0436 1.36719,269.71581 -66.16499,-0.005 0,-8e-5 z"
|
|
||||||
id="path2834" />
|
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="ccccc"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
|
||||||
d="m 250.51783,359.4299 63.13454,-93.17039 -0.50508,207.79034 -62.12438,0 -0.50508,-114.61995 z"
|
|
||||||
id="path3631" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.6 KiB |
138
images/flags/at_de.svg
Normal file
138
images/flags/at_de.svg
Normal file
|
@ -0,0 +1,138 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="320"
|
||||||
|
height="210"
|
||||||
|
viewBox="0 0 84.666665 55.562499"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||||
|
sodipodi:docname="at_de.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:zoom="2"
|
||||||
|
inkscape:cx="388.25"
|
||||||
|
inkscape:cy="62.25"
|
||||||
|
inkscape:window-width="2560"
|
||||||
|
inkscape:window-height="1403"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g2" />
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath1">
|
||||||
|
<path
|
||||||
|
id="path1"
|
||||||
|
clip-path="none"
|
||||||
|
style="stroke-width:0.264583"
|
||||||
|
d="M 81.418287,2.1316528 3.2483806,53.430847 C 4.8314737,54.760699 6.8743931,55.5625 9.1131387,55.5625 H 75.553528 c 5.048572,0 9.113139,-4.064566 9.113139,-9.113139 V 9.1131387 c 0,-2.8098263 -1.261457,-5.3124018 -3.24838,-6.9814859 z" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath2">
|
||||||
|
<rect
|
||||||
|
style="fill:#110004;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect4"
|
||||||
|
width="84.666664"
|
||||||
|
height="55.5625"
|
||||||
|
x="1.3333333e-06"
|
||||||
|
y="2.1316282e-14"
|
||||||
|
ry="9.1129551"
|
||||||
|
clip-path="none" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6">
|
||||||
|
<path
|
||||||
|
id="path6"
|
||||||
|
clip-path="none"
|
||||||
|
style="display:inline;fill:#110004;stroke-width:0.266671"
|
||||||
|
d="m 75.731296,55.827083 c 5.096654,0 9.199956,-4.103301 9.199956,-9.199955 V 8.9353708 c 0,-1.9537204 -0.606409,-3.7585915 -1.63711,-5.2451556 L 5.1149343,54.994576 c 1.163529,0.529771 2.4542273,0.832507 3.8204378,0.832507 z M 1.3730433,51.872286 79.551218,0.56792283 C 78.3878,0.03827463 77.097343,-0.26458333 75.731296,-0.26458333 H 8.9353721 c -5.0966529,0 -9.1999541,4.10330123 -9.1999541,9.19995413 V 46.627128 c 0,1.953834 0.60681923,3.758545 1.6376253,5.245158 z" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g2"
|
||||||
|
transform="rotate(180,42.333334,27.78125)">
|
||||||
|
<g
|
||||||
|
id="g6"
|
||||||
|
clip-path="url(#clipPath6)">
|
||||||
|
<g
|
||||||
|
id="g4"
|
||||||
|
clip-path="url(#clipPath2)"
|
||||||
|
style="display:inline">
|
||||||
|
<rect
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect1"
|
||||||
|
width="84.666664"
|
||||||
|
height="18.520834"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="-8.8817842e-16" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffce00;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect2"
|
||||||
|
width="84.666664"
|
||||||
|
height="18.520834"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="37.041668" />
|
||||||
|
<rect
|
||||||
|
style="fill:#dd0000;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect3"
|
||||||
|
width="84.666664"
|
||||||
|
height="18.520834"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="18.520834" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4-6"
|
||||||
|
clip-path="url(#clipPath1)"
|
||||||
|
style="display:inline">
|
||||||
|
<rect
|
||||||
|
style="fill:#d80033;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect1-2"
|
||||||
|
width="84.666664"
|
||||||
|
height="18.520834"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="-8.8817842e-16" />
|
||||||
|
<rect
|
||||||
|
style="fill:#d80033;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect2-6"
|
||||||
|
width="84.666664"
|
||||||
|
height="18.520834"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="37.041668" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect3-1"
|
||||||
|
width="84.666664"
|
||||||
|
height="18.520834"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="18.520834" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="Layer 2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
88
images/flags/fr.svg
Normal file
88
images/flags/fr.svg
Normal file
|
@ -0,0 +1,88 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="320"
|
||||||
|
height="210"
|
||||||
|
viewBox="0 0 84.666665 55.562499"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||||
|
sodipodi:docname="fr.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:zoom="2.0283687"
|
||||||
|
inkscape:cx="0.49300701"
|
||||||
|
inkscape:cy="100.81993"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1011"
|
||||||
|
inkscape:window-x="2560"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath9">
|
||||||
|
<rect
|
||||||
|
style="display:inline;fill:#110004;fill-opacity:1;stroke-width:0.264583"
|
||||||
|
id="rect10"
|
||||||
|
width="84.666664"
|
||||||
|
height="55.5625"
|
||||||
|
x="1.2715658e-06"
|
||||||
|
y="-5.3290705e-15"
|
||||||
|
ry="9.1129551"
|
||||||
|
clip-path="none" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g9"
|
||||||
|
style="display:inline"
|
||||||
|
clip-path="url(#clipPath9)">
|
||||||
|
<rect
|
||||||
|
style="fill:#002752;fill-opacity:1;stroke-width:0.339341"
|
||||||
|
id="rect7"
|
||||||
|
width="28.310417"
|
||||||
|
height="55.5625"
|
||||||
|
x="0"
|
||||||
|
y="-6.2311267e-15"
|
||||||
|
rx="0"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke-width:0.337752"
|
||||||
|
id="rect8"
|
||||||
|
width="28.045834"
|
||||||
|
height="55.5625"
|
||||||
|
x="28.310417"
|
||||||
|
y="-6.2311267e-15"
|
||||||
|
rx="0"
|
||||||
|
ry="0" />
|
||||||
|
<rect
|
||||||
|
style="fill:#de002c;fill-opacity:1;stroke-width:0.339341"
|
||||||
|
id="rect9"
|
||||||
|
width="28.310417"
|
||||||
|
height="55.5625"
|
||||||
|
x="56.356251"
|
||||||
|
y="-6.2311267e-15"
|
||||||
|
rx="0"
|
||||||
|
ry="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
99
images/flags/uk.svg
Normal file
99
images/flags/uk.svg
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="320"
|
||||||
|
height="210"
|
||||||
|
viewBox="0 0 84.666665 55.562499"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||||
|
sodipodi:docname="uk.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:zoom="1.4342733"
|
||||||
|
inkscape:cx="-134.56292"
|
||||||
|
inkscape:cy="190.68891"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1011"
|
||||||
|
inkscape:window-x="2560"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs1">
|
||||||
|
<clipPath
|
||||||
|
id="s">
|
||||||
|
<path
|
||||||
|
d="M 0,0 V 30 H 60 V 0 Z"
|
||||||
|
id="path1" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="t">
|
||||||
|
<path
|
||||||
|
d="m 30,15 h 30 v 15 z m 0,0 V 30 H 0 Z m 0,0 H 0 V 0 Z m 0,0 V 0 h 30 z"
|
||||||
|
id="path2" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath1">
|
||||||
|
<rect
|
||||||
|
style="display:inline;fill:#110004;fill-opacity:1;stroke-width:0.163663"
|
||||||
|
id="rect1"
|
||||||
|
width="60"
|
||||||
|
height="30"
|
||||||
|
x="9.0110962e-07"
|
||||||
|
y="-2.8773385e-15"
|
||||||
|
ry="4.9203806"
|
||||||
|
clip-path="none" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
clip-path="url(#clipPath1)"
|
||||||
|
id="g7"
|
||||||
|
transform="scale(1.4111111,1.8520833)"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
d="M 0,0 V 30 H 60 V 0 Z"
|
||||||
|
fill="#012169"
|
||||||
|
id="path3" />
|
||||||
|
<path
|
||||||
|
d="M 0,0 60,30 M 60,0 0,30"
|
||||||
|
stroke="#ffffff"
|
||||||
|
stroke-width="6"
|
||||||
|
id="path4" />
|
||||||
|
<path
|
||||||
|
d="M 0,0 60,30 M 60,0 0,30"
|
||||||
|
clip-path="url(#t)"
|
||||||
|
stroke="#c8102e"
|
||||||
|
stroke-width="4"
|
||||||
|
id="path5" />
|
||||||
|
<path
|
||||||
|
d="M 30,0 V 30 M 0,15 h 60"
|
||||||
|
stroke="#ffffff"
|
||||||
|
stroke-width="10"
|
||||||
|
id="path6" />
|
||||||
|
<path
|
||||||
|
d="M 30,0 V 30 M 0,15 h 60"
|
||||||
|
stroke="#c8102e"
|
||||||
|
stroke-width="6"
|
||||||
|
id="path7" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
Loading…
Reference in a new issue