Update WatchGether project icon to the new shared-lens mark

This commit is contained in:
Claude Sonnet 5
2026-07-12 19:12:31 +00:00
parent 7dbc387e1c
commit 0d0579cbe7
+12 -24
View File
@@ -1,25 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" width="100%" height="100%">
<!-- Fond Noir -->
<!-- Style pour la police large et grasse -->
<style>
.logo-text {
font-family: 'Arial Black', 'Impact', sans-serif;
font-weight: 900;
letter-spacing: -2px;
}
.watch {
fill: #FFFFFF;
}
.gether {
fill: #60a5fa;
}
</style>
<!--
x="50" et textLength="400" force les deux mots à faire
exactement la même largeur (400px), alignés au millimètre.
-->
<text x="50" y="220" font-size="140" textLength="400" lengthAdjust="spacingAndGlyphs" class="logo-text watch">WATCH</text>
<text x="50" y="370" font-size="140" textLength="400" lengthAdjust="spacingAndGlyphs" class="logo-text gether">GETHER</text>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="100%" height="100%" role="img" aria-label="WatchGether">
<title>WatchGether</title>
<defs>
<linearGradient id="wg-mark" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00f2fe"/>
<stop offset="100%" stop-color="#3b82f6"/>
</linearGradient>
</defs>
<rect width="200" height="200" rx="44" fill="#0f1015"/>
<circle cx="76" cy="100" r="54" fill="#eef6ff" opacity="0.92"/>
<circle cx="124" cy="100" r="54" fill="url(#wg-mark)" opacity="0.92"/>
<polygon points="88,78 88,122 126,100" fill="#0f1015"/>
</svg>

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 624 B