0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-25 05:16:55 +01:00

Fix flag of Switzerland (#988)

This commit is contained in:
Lipis 2022-06-13 13:33:38 +03:00 committed by GitHub
parent 2188d8d7d3
commit f616074573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ch" viewBox="0 0 512 512">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#d52b1e" d="M0 0h512v512H0z"/>
<path fill="#f00" d="M0 0h512v512H0z"/>
<g fill="#fff">
<path d="M96 208h320v96H96z"/>
<path d="M208 96h96v320h-96z"/>

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 289 B

View File

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ch" viewBox="0 0 640 480">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#d52b1e" d="M0 0h640v480H0z"/>
<path fill="#f00" d="M0 0h640v480H0z"/>
<g fill="#fff">
<path d="M170 195h300v90H170z"/>
<path d="M275 90h90v300h-90z"/>

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 291 B