Update SY.svg

This commit is contained in:
Brazeg 2024-12-19 07:56:26 +01:00 committed by GitHub
parent 22e5646262
commit ea23357a42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 180 120"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 180 120">
<rect width="180" height="120" fill="#000"/> <rect width="180" height="120" fill="#000"/>
<rect width="180" height="80" fill="#fff"/> <rect width="180" height="80" fill="#fff"/>
<rect width="180" height="40" fill="#ce1126"/> <rect width="180" height="40" fill="#007a3d"/> <!-- Changed from ce1126 to 007a3d -->
<g id="s" fill="#007a3d"> <g id="s" fill="#ce1126"> <!-- Changed from 007a3d to ce1126 -->
<g id="f"> <g id="f">
<g id="t"> <g id="t">
<path d="M54,47v13h8" transform="rotate(18,54,47)" id="o"/> <path d="M54,47v13h8" transform="rotate(18,54,47)" id="o"/>
@ -13,5 +13,6 @@
<use xlink:href="#t" transform="rotate(-72,54,60)"/> <use xlink:href="#t" transform="rotate(-72,54,60)"/>
<use xlink:href="#f" transform="rotate(144,54,60)"/> <use xlink:href="#f" transform="rotate(144,54,60)"/>
</g> </g>
<use xlink:href="#s" x="72"/> <use xlink:href="#s" x="36"/> <!-- Changed from 72 to 36 to place middle star -->
<use xlink:href="#s" x="108"/> <!-- Added third star -->
</svg> </svg>

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 828 B