From 4ff29cf0ac58bc41c78a5942e83f76f0ecde7dc5 Mon Sep 17 00:00:00 2001 From: technical-writer Date: Tue, 2 Jun 2026 10:18:04 -0700 Subject: [PATCH] docs(diagram): fix hard-to-read arrow labels (stroke-outlined text) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'provisions tenant' and 'register · heartbeat · billing' arrow labels sit inside , so the inherited a 1.6px stroke and rendered as heavy outlined (double-struck) text — hard to read. (Latent in the original diagram too; the longer 'provisions tenant' label made it obvious.) Added stroke=none to both labels so they render as clean filled text. Verified via headless Chrome + Inter: labels now crisp. Co-Authored-By: Claude Opus 4.8 (1M context) --- public/diagrams/platform-architecture.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/diagrams/platform-architecture.svg b/public/diagrams/platform-architecture.svg index 68d6b6b..fe9a3c5 100644 --- a/public/diagrams/platform-architecture.svg +++ b/public/diagrams/platform-architecture.svg @@ -68,8 +68,8 @@ - provisions tenant - register · heartbeat · billing + provisions tenant + register · heartbeat · billing -- 2.52.0