From 2640d1bffdb2ad275024eb03dc13399cf72f4c41 Mon Sep 17 00:00:00 2001 From: 0xNad <153007975+0xNad@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:34:23 +0100 Subject: [PATCH 1/4] brand: add canonical Proxy War clash mark --- public/brand/mark-a4-clash.svg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/brand/mark-a4-clash.svg diff --git a/public/brand/mark-a4-clash.svg b/public/brand/mark-a4-clash.svg new file mode 100644 index 0000000..3d3f953 --- /dev/null +++ b/public/brand/mark-a4-clash.svg @@ -0,0 +1,15 @@ + + Proxy War clash mark + Two opposing chevrons crossing around a central diamond. + + + + + + + + + + + + From 40337168a2a86e750852c78758d0df75f6df9d2c Mon Sep 17 00:00:00 2001 From: 0xNad <153007975+0xNad@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:34:38 +0100 Subject: [PATCH 2/4] brand: add Telegram avatar artwork --- public/brand/proxywar-telegram-avatar.svg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/brand/proxywar-telegram-avatar.svg diff --git a/public/brand/proxywar-telegram-avatar.svg b/public/brand/proxywar-telegram-avatar.svg new file mode 100644 index 0000000..c41eb84 --- /dev/null +++ b/public/brand/proxywar-telegram-avatar.svg @@ -0,0 +1,17 @@ + + Proxy War Telegram avatar + The canonical Proxy War clash mark enlarged within a circular-avatar safe area. + + + + + + + + + + + + + + From fd082b3ccb39f4da6065af4968214b0f0e2f8a5b Mon Sep 17 00:00:00 2001 From: 0xNad <153007975+0xNad@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:34:51 +0100 Subject: [PATCH 3/4] brand: add X avatar artwork --- public/brand/proxywar-x-avatar.svg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/brand/proxywar-x-avatar.svg diff --git a/public/brand/proxywar-x-avatar.svg b/public/brand/proxywar-x-avatar.svg new file mode 100644 index 0000000..334708d --- /dev/null +++ b/public/brand/proxywar-x-avatar.svg @@ -0,0 +1,17 @@ + + Proxy War X avatar + The canonical Proxy War clash mark enlarged within a circular-avatar safe area. + + + + + + + + + + + + + + From 935d5640ceeeba469b4e48572f43470c24705890 Mon Sep 17 00:00:00 2001 From: 0xNad <153007975+0xNad@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:35:12 +0100 Subject: [PATCH 4/4] docs: document Proxy War social avatar exports --- public/brand/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/brand/README.md diff --git a/public/brand/README.md b/public/brand/README.md new file mode 100644 index 0000000..b5ff599 --- /dev/null +++ b/public/brand/README.md @@ -0,0 +1,16 @@ +# Proxy War social avatars + +These files preserve the selected **A4 Clash** logo. Do not redraw, reinterpret, add characters, add a globe, change the interlocking geometry, or introduce a wordmark. + +- `mark-a4-clash.svg` — canonical source geometry. +- `proxywar-telegram-avatar.svg` — 512×512 canvas, enlarged for Telegram's circular crop. +- `proxywar-x-avatar.svg` — 800×800 canvas, enlarged for X's circular crop. + +Both platform variants use the same paths and colors as the canonical mark. The only platform adjustment is uniform scaling around the center to improve small-avatar legibility. + +Export PNGs with transparency disabled and the background intact: + +- Telegram: `proxywar-telegram-avatar.png`, 512×512. +- X: `proxywar-x-avatar.png`, 800×800. + +Use a vector renderer; do not use generative image tools for the export.