Inline SVGs are stripped by GitHub's markdown sanitizer. Moved all 11 diagrams to docs/diagrams/*.svg and referenced them with <img> tags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
1023 B
XML
13 lines
1023 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 90" style="max-width:600px">
|
||
<text y="12" font-size="11" font-family="sans-serif" fill="#888">mask</text>
|
||
<rect x="0" y="18" width="360" height="28" rx="4" fill="#222"/>
|
||
<text x="180" y="36" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">BLACK × source</text>
|
||
<rect x="360" y="18" width="240" height="28" rx="4" fill="#fff" stroke="#ccc"/>
|
||
<text x="480" y="36" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#333">WHITE × generated</text>
|
||
<text y="62" font-size="11" font-family="sans-serif" fill="#888">control_frames</text>
|
||
<rect x="0" y="68" width="360" height="28" rx="4" fill="#4a9ebb"/>
|
||
<text x="180" y="86" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">source clip</text>
|
||
<rect x="360" y="68" width="240" height="28" rx="4" fill="#999"/>
|
||
<text x="480" y="86" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">GREY × generated</text>
|
||
</svg>
|