fix: Revise OP-Pedal logos - OP LABS + OP PEDAL subtitle with per-letter spacing
CMake / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled

This commit is contained in:
2026-06-20 12:09:17 -04:00
parent 236e1e2b3c
commit 4047a74dd5
5 changed files with 141 additions and 43 deletions
+24 -5
View File
@@ -1,13 +1,32 @@
<svg width="700" height="900" viewBox="0 0 700 900" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- OP PEDAL Square Stacked Logo -->
<!-- OP Labs blue circle icon (smaller, top) -->
<!-- Blue circle icon (from OP Labs) -->
<path d="M350 460C440.5 460 514 386.5 514 296C514 205.5 440.5 132 350 132C259.5 132 186 205.5 186 296C186 386.5 259.5 460 350 460Z" fill="#1C75BC"/>
<!-- Silver swoosh -->
<path d="M555 53L266 233.5C264.3 234.6 262.9 236.1 262 237.9C261.1 239.7 260.7 241.7 260.9 243.7C261.1 245.7 261.8 247.6 262.9 249.2C264 250.8 265.5 252 267.3 252.7L287 261.5C288.4 262.1 289.6 263.1 290.6 264.3C291.6 265.5 292.3 266.9 292.7 268.4C293.1 269.9 293.1 271.5 292.7 273C292.3 274.5 291.6 275.9 290.5 277L148 458C141 467 151 478 159 472L413 289.5C414.7 288.4 416.1 286.9 417 285.1C417.9 283.3 418.3 281.3 418.1 279.3C417.9 277.3 417.2 275.5 416.1 273.9C415 272.3 413.5 271.1 411.8 270.5L397 265.5C395.4 264.9 394 264 392.9 262.8C391.8 261.6 391 260.1 390.5 258.5C390 256.9 390 255.2 390.4 253.6C390.8 252 391.5 250.5 392.5 249.3L527 63C534.5 55 524 46 516 53Z" fill="#D1D3D4"/>
<!-- OP in silver -->
<text x="350" y="600" font-family="'Montserrat','Gotham','Helvetica Neue',Arial,sans-serif" font-size="140" font-weight="800" fill="#D1D3D4" text-anchor="middle" letter-spacing="10">OP</text>
<!-- OP LABS - first line -->
<g font-family="'Montserrat','Gotham','Helvetica Neue',Arial,sans-serif" font-size="90" font-weight="800">
<text x="350" y="600" fill="#D1D3D4" text-anchor="middle" letter-spacing="8">OP LABS</text>
</g>
<!-- PEDAL in blue -->
<text x="350" y="730" font-family="'Montserrat','Gotham','Helvetica Neue',Arial,sans-serif" font-size="140" font-weight="300" fill="#1C75BC" text-anchor="middle" letter-spacing="12">PEDAL</text>
<!-- OP PEDAL - second line, each letter positioned for clean spacing -->
<g font-family="'Montserrat','Gotham','Helvetica Neue',Arial,sans-serif" font-size="70" font-weight="600">
<!-- O -->
<text x="185" y="700" fill="#D1D3D4">O</text>
<!-- P -->
<text x="248" y="700" fill="#D1D3D4">P</text>
<!-- P -->
<text x="350" y="700" fill="#1C75BC">P</text>
<!-- E -->
<text x="413" y="700" fill="#1C75BC">E</text>
<!-- D -->
<text x="476" y="700" fill="#1C75BC">D</text>
<!-- A -->
<text x="539" y="700" fill="#1C75BC">A</text>
<!-- L -->
<text x="602" y="700" fill="#1C75BC">L</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB