Correct flags

This commit is contained in:
Constantin A 2021-06-21 23:28:44 +02:00
parent ece3f8dbd1
commit 1e2ce32892
14 changed files with 2097 additions and 11 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 76 KiB

View file

@ -1 +1,14 @@
NL.svg
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400">
<rect width="600" height="400" fill="#fff" />
<path d="M 600,400 0,400 600,0 z" fill="#012a87" />
<path d="M 0,0 0,166.666667 250,0 z" fill="#f9d90f" />
<circle cx="165" cy="173" r="80" fill="none" stroke="#000" stroke-width="11" />
<g id="g">
<path d="m 165,69.834474 15,25.98076211 -30,0 z" fill="#000" id="a"/>
<use xlink:href="#a" transform="rotate(180,165,173)" />
</g>
<use xlink:href="#g" transform="rotate(90,165,173)" />
<path d="M 165,122 209.16729559,198.5 120.83270441,198.5 z" fill="#dc171d" id="b" />
<use xlink:href="#b" transform="rotate(60,165,173)" />
</svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 724 B

View file

@ -1 +1,10 @@
NO.svg
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1100" height="800" id="Flag_of_Norway">
<rect width="1100" height="800" fill="#ef2b2d"/>
<rect width="200" height="800" x="300" fill="white"/>
<rect width="1100" height="200" y="300" fill="white"/>
<rect width="100" height="800" x="350" fill="#002868"/>
<rect width="1100" height="100" y="350" fill="#002868"/>
</svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 533 B

View file

@ -1 +1,2 @@
FR.svg
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect width="900" height="600" fill="#ED2939"/><rect width="600" height="600" fill="#fff"/><rect width="300" height="600" fill="#002395"/></svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 249 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 134 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -1 +1,27 @@
AU.svg
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1280" height="640" viewBox="0 0 10080 5040">
<defs>
<clipPath id="c">
<path d="M0,0V1.5H7V3H6zM6,0H3V3.5H0V3z"/>
</clipPath>
<path id="Star7" d="M0,-360 69.421398,-144.155019 281.459334,-224.456329 155.988466,-35.603349 350.974048,80.107536 125.093037,99.758368 156.198146,324.348792 0,160 -156.198146,324.348792 -125.093037,99.758368 -350.974048,80.107536 -155.988466,-35.603349 -281.459334,-224.456329 -69.421398,-144.155019z"/>
<path id="Star5" d="M0,-210 54.859957,-75.508253 199.721868,-64.893569 88.765275,28.841586 123.434903,169.893569 0,93.333333 -123.434903,169.893569 -88.765275,28.841586 -199.721868,-64.893569 -54.859957,-75.508253z"/>
<use id="Cstar" xlink:href="#Star7" transform="scale(2.1)"/>
</defs>
<g transform="scale(840)">
<rect width="12" height="6" fill="#00008b"/>
<path d="M0,0 6,3M6,0 0,3" stroke="#fff" stroke-width="0.6"/>
<path d="M0,0 6,3M6,0 0,3" stroke="#f00" stroke-width="0.4" clip-path="url(#c)"/>
<path d="M3,0V3.5M0,1.5H7" stroke="#fff"/>
<path d="M3,0V3.5M0,1.5H7" stroke="#f00" stroke-width="0.6"/>
<path d="M0,3H6V0H8V4H0z" fill="#00008b"/>
</g>
<g fill="#fff">
<use id="Comwlth" xlink:href="#Cstar" x="2520" y="3780"/>
<use id="αCrucis" xlink:href="#Star7" x="7560" y="4200"/>
<use id="βCrucis" xlink:href="#Star7" x="6300" y="2205"/>
<use id="γCrucis" xlink:href="#Star7" x="7560" y="840"/>
<use id="δCrucis" xlink:href="#Star7" x="8680" y="1869"/>
<use id="εCrucis" xlink:href="#Star5" x="8064" y="2730"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1 +1,2 @@
FR.svg
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect width="900" height="600" fill="#ED2939"/><rect width="600" height="600" fill="#fff"/><rect width="300" height="600" fill="#002395"/></svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 249 B

View file

@ -1 +1,10 @@
NO.svg
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1100" height="800" id="Flag_of_Norway">
<rect width="1100" height="800" fill="#ef2b2d"/>
<rect width="200" height="800" x="300" fill="white"/>
<rect width="1100" height="200" y="300" fill="white"/>
<rect width="100" height="800" x="350" fill="#002868"/>
<rect width="1100" height="100" y="350" fill="#002868"/>
</svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 533 B

View file

@ -1 +1,18 @@
FR.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="400">
<defs>
<path id="s" transform="scale(21)" fill="#fff" d="M0,-1 L0.58779,0.80902 L-0.95106,-0.30902 L0.95106,-0.30902 L-0.58779,0.80902z"/>
</defs>
<rect fill="#002395" height="400" width="600" />
<rect fill="#fff" height="164" width="244" />
<rect fill="#002395" height="160" width="80" />
<rect fill="#ED2939" height="160" width="80" x="160"/>
<path fill="#fff" d="M355,183 l12.875,20.5 h36.625 v71.5 l-27.5,-43 -37,59 h18 l19,-34 39,70 39,-70 19,34 h18 l-37,-59 -27.5,43 v-39.5 h16.5 l12.25,-19.5 h-28.75 v-12.5 h36.625 l12.875,-20.5 h-122z
M398,270.5h-40v14h40z
M474,270.5h-40v14h40z"/>
<use xlink:href="#s" x="416" y="362"/>
<use xlink:href="#s" x="371" y="328"/>
<use xlink:href="#s" x="461" y="328"/>
<use xlink:href="#s" x="333" y="227"/>
<use xlink:href="#s" x="499" y="227"/>
</svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 969 B

View file

@ -1 +1,26 @@
US.svg
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1235" height="650" viewBox="0 0 7410 3900">
<rect width="7410" height="3900" fill="#b22234"/>
<path d="M0,450H7410m0,600H0m0,600H7410m0,600H0m0,600H7410m0,600H0" stroke="#fff" stroke-width="300"/>
<rect width="2964" height="2100" fill="#3c3b6e"/>
<g fill="#fff">
<g id="s18">
<g id="s9">
<g id="s5">
<g id="s4">
<path id="s" d="M247,90 317.534230,307.082039 132.873218,172.917961H361.126782L176.465770,307.082039z"/>
<use xlink:href="#s" y="420"/>
<use xlink:href="#s" y="840"/>
<use xlink:href="#s" y="1260"/>
</g>
<use xlink:href="#s" y="1680"/>
</g>
<use xlink:href="#s4" x="247" y="210"/>
</g>
<use xlink:href="#s9" x="494"/>
</g>
<use xlink:href="#s18" x="988"/>
<use xlink:href="#s9" x="1976"/>
<use xlink:href="#s5" x="2470"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6 B

After

Width:  |  Height:  |  Size: 875 B