Skip to content

Date: 2026-04-08 File fixed: /home/ta/projects/monorepo/src/brand/sd/logos/svg-paths-base/sd-leaf-dot.svg

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:

BugFix
char-dollar 1px left offsetm28 76m29 76
char-D 1px down offsetm66 71m66 70
Missing <g class="logo-text"> wrapperRestored — 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 circleReplaced with <circle id="accent" class="logo-secondary" cx="92" cy="8" r="8"/> — was rendering grey
Hardcoded fill="#fff" on char pathsRemoved — colors now fully CSS-driven

SSoT confirmed: svg-paths-base/ files are hand-crafted in Inkscape, not generated from upstream.

Playwright CLI screenshot confirmed: gold dot renders correctly, $D aligned with canonical variants.

char-S bezier path is identical across SDC and mBR logos. Design differences are intentional:

  • SDC: arc-based leaf IS the background, r=8 dot at (92,8), SD characters
  • mBR: rounded rect bg + white oval leaf overlay, r=5 dot at (64,16), S-only

mBR logo design decisions (aspect ratio, dot size, transition speed) separated to mBR-Logo-Finalize.md — to be moved to MBR KB.