FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708

This commit is contained in:
2026-04-26 20:23:14 -04:00
parent e07237b6b0
commit 0ff6c74871
5880 changed files with 1643723 additions and 908 deletions

View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 150">
<!-- Scripter Stacked Logo (for square formats) -->
<defs>
<linearGradient id="stackedGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2563EB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1d4ed8;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Icon Mark (centered, larger) -->
<g transform="translate(170, 20)">
<rect x="0" y="8" width="60" height="76" rx="4" fill="#2563EB" opacity="0.9"/>
<rect x="13" y="0" width="60" height="76" rx="4" fill="url(#stackedGradient)"/>
<line x1="21" y1="17" x2="60" y2="17" stroke="white" stroke-width="2" opacity="0.6"/>
<line x1="21" y1="25" x2="60" y2="25" stroke="white" stroke-width="2" opacity="0.6"/>
<line x1="21" y1="33" x2="52" y2="33" stroke="white" stroke-width="2" opacity="0.6"/>
</g>
<!-- Wordmark (centered below) -->
<text x="200" y="135" font-family="Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif" font-size="48" font-weight="700" fill="#1E293B" text-anchor="middle">Scripter</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB