From 22b2e80261f45598388a46ff5707cef724591e3e Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Tue, 18 Aug 2026 14:44:15 +0100 Subject: [PATCH] Use the mark on its own for the favicon and header logo The logo carries the "protobuf-net" wordmark under the mark, which is unreadable at favicon size and at the 28px the header renders it - and in the header it duplicates the word sitting right next to it anyway. The full logo is also 1.2:1, so forcing it into a 28x28 box squashes it. This adds a mark-only version - the same four paths, cropped to a square viewBox - and points both the favicon and the header image at it. favicon.svg was a byte-identical copy of protobuf-net.svg and is now unreferenced, so it goes; protobuf-net.svg stays as the full logo. Claude-Session: https://claude.ai/code/session_01NxkjXSR7CSGzyw89tJJVtw --- web/index.html | 4 ++-- web/public/favicon.svg | 33 -------------------------------- web/public/protobuf-net-mark.svg | 6 ++++++ 3 files changed, 8 insertions(+), 35 deletions(-) delete mode 100644 web/public/favicon.svg create mode 100644 web/public/protobuf-net-mark.svg diff --git a/web/index.html b/web/index.html index 144e44c..eb344bc 100644 --- a/web/index.html +++ b/web/index.html @@ -8,12 +8,12 @@ name="description" content="Generate C# and VB.NET from .proto schemas, and pull apart raw protobuf payloads without a schema. Runs entirely in your browser." /> - +
- + protobuf-net