SDC Logo Bug Fix
Section titled “SDC Logo Bug Fix”Date: 2026-04-08
File fixed: /home/ta/projects/monorepo/src/brand/sd/logos/svg-paths-base/sd-leaf-dot.svg
What Was Found
Section titled “What Was Found”No rotation artifact. The original hypothesis (Inkscape transform artifact) was wrong.
Six structural bugs found by cross-comparing sd-leaf-dot.svg against the 3 canonical files:
| Bug | Fix |
|---|---|
char-dollar 1px left offset | m28 76 → m29 76 |
char-D 1px down offset | m66 71 → m66 70 |
Missing <g class="logo-text"> wrapper | Restored — CSS animation was silently broken |
Background id="leaf", no class="logo-bg" | Renamed id="bg", added class — CSS theming broken |
Dot: <path fill="#888"> arc-drawn circle | Replaced with <circle id="accent" class="logo-secondary" cx="92" cy="8" r="8"/> — was rendering grey |
Hardcoded fill="#fff" on char paths | Removed — colors now fully CSS-driven |
SSoT confirmed: svg-paths-base/ files are hand-crafted in Inkscape, not generated from upstream.
Verified
Section titled “Verified”Playwright CLI screenshot confirmed: gold dot renders correctly, $D aligned with canonical variants.
mBR Cross-check
Section titled “mBR Cross-check”char-S bezier path is identical across SDC and mBR logos. Design differences are intentional:
- SDC: arc-based leaf IS the background,
r=8dot at (92,8), SD characters - mBR: rounded rect bg + white oval leaf overlay,
r=5dot at (64,16), S-only
Spin-off
Section titled “Spin-off”mBR logo design decisions (aspect ratio, dot size, transition speed) separated to mBR-Logo-Finalize.md — to be moved to MBR KB.