a7e7b96465
CI / test (push) Has been cancelled
- New mark: solid "W" glyph color-split left=white / right=yellow over the Camogli harbor photo from logo.svg; right half reads as a "V" so the W alone communicates "WeVisto" at icon scale where the wordmark is illegible. - PWA icons (192, 512, apple-touch 180) rendered full-bleed; maskable variant shrinks the W to the inner 65% so circle/squircle launcher masks crop sky and harbor pixels, not the glyph. - Adds favicon-16/32/64 PNGs and replaces the old purple-star favicon.svg with a lightweight vector split-W on solid navy. - Wires the new favicons into both the SPA (frontend/index.html) and the Symfony Twig base (templates/base.html.twig), replacing the Symfony default "sf" emoji data-URL placeholder on the login page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
599 B
XML
13 lines
599 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<clipPath id="wv-left"><rect x="0" y="0" width="32" height="64"/></clipPath>
|
|
<clipPath id="wv-right"><rect x="32" y="0" width="32" height="64"/></clipPath>
|
|
</defs>
|
|
<rect width="64" height="64" rx="12" fill="#1a3a5c"/>
|
|
<g font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
|
|
font-weight="900" font-size="56" text-anchor="middle">
|
|
<text x="32" y="50" fill="#fafafa" clip-path="url(#wv-left)">W</text>
|
|
<text x="32" y="50" fill="#f0d000" clip-path="url(#wv-right)">W</text>
|
|
</g>
|
|
</svg>
|