docs(diagram): fix hard-to-read arrow labels (stroke-outlined text) #75
Reference in New Issue
Block a user
Delete Branch "docs/fix-stroked-arrow-labels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The provisions tenant and register · heartbeat · billing arrow labels sit inside
<g stroke="#4f46e5" stroke-width="1.6" fill="none">, so the<text>inherited a 1.6px stroke and rendered as heavy outlined / double-struck text — hard to read (the screenshot showed it clearly). This was latent in the original diagram too; the longer 'provisions tenant' label just made it obvious.Fix:
stroke="none"on both labels → clean filled text. Verified via headless Chrome + Inter.+2/-2: stroke=none on the two arrow labels; renders as clean filled text (verified). LGTM.