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,51 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 6 3"><path fill="#436F4D" d="M0 0h6v3H0z"/><path fill="#FFF" d="M0 0h6v2H0z"/><path fill="#CD2A3E" d="M0 0h6v1H0z"/></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="900"
height="600"
viewBox="0 0 4.5 3"
version="1.1"
id="svg8"
sodipodi:docname="hu.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"
width="900px"
inkscape:snap-page="true"
inkscape:zoom="0.62343248"
inkscape:cx="180.45258"
inkscape:cy="172.43247"
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="#436f4d"
d="M 0,0 H 4.5 V 3 H 0 Z"
id="path2"
style="stroke-width:0.866025" />
<path
fill="#ffffff"
d="M 0,0 H 4.5 V 2 H 0 Z"
id="path4"
style="stroke-width:0.866025" />
<path
fill="#cd2a3e"
d="M 0,0 H 4.5 V 1 H 0 Z"
id="path6"
style="stroke-width:0.866025" />
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After