GUI: Add missing flags + rework

Added missing flags
Resized to keep a coherent look
Replaced complex flags with simpler versions
This commit is contained in:
Walter Agazzi 2021-11-26 23:24:36 +01:00 committed by Eugene Sandulenko
commit adc40d4dba
30 changed files with 2585 additions and 90 deletions

View file

@ -1 +1,50 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1500" height="1000" viewBox="0 0 3 2"><path fill="#009246" d="M0 0h3v2H0z"/><path fill="#fff" d="M1 0h2v2H1z"/><path fill="#ce2b37" d="M2 0h1v2H2z"/></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="900"
height="600"
viewBox="0 0 1.8 1.2"
version="1.1"
id="svg8"
sodipodi:docname="it_orig.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
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">
<defs
id="defs12" />
<sodipodi:namedview
id="namedview10"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:snap-page="true"
inkscape:zoom="0.35266667"
inkscape:cx="-126.18147"
inkscape:cy="205.57656"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
fill="#009246"
d="M 0,0 H 1.8 V 1.2 H 0 Z"
id="path2"
style="stroke-width:0.6" />
<path
fill="#ffffff"
d="M 0.6,0 H 1.8 V 1.2 H 0.6 Z"
id="path4"
style="stroke-width:0.6" />
<path
fill="#ce2b37"
d="M 1.2,0 H 1.8 V 1.2 H 1.2 Z"
id="path6"
style="stroke-width:0.6" />
</svg>

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After