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 Walter Agazzi
commit 54337980b2
30 changed files with 2585 additions and 90 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="900" height="600">
<rect width="900" height="200" fill="#000"/>
<rect y="200" width="900" height="200" fill="#007a3d"/>
<rect y="400" width="900" height="200" fill="#fff"/>
<path d="M 0,0 L 300,300 L 0,600 z" fill="#ce1126"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B