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>
31 lines
2.5 KiB
XML
31 lines
2.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 170" style="max-width:600px">
|
||
<!-- Single clip source layout -->
|
||
<text y="12" font-size="11" font-family="sans-serif" fill="#888">single clip source</text>
|
||
<rect x="0" y="18" width="120" height="24" rx="4" fill="#4a9ebb" opacity="0.4"/>
|
||
<text x="60" y="34" text-anchor="middle" font-size="11" font-family="sans-serif" fill="#fff">part_1</text>
|
||
<rect x="120" y="18" width="120" height="24" rx="4" fill="#4a9ebb"/>
|
||
<text x="180" y="34" text-anchor="middle" font-size="11" font-family="sans-serif" fill="#fff">part_2</text>
|
||
<rect x="240" y="18" width="120" height="24" rx="4" fill="#4a9ebb"/>
|
||
<text x="300" y="34" text-anchor="middle" font-size="11" font-family="sans-serif" fill="#fff">part_3</text>
|
||
<rect x="360" y="18" width="120" height="24" rx="4" fill="#4a9ebb" opacity="0.4"/>
|
||
<text x="420" y="34" text-anchor="middle" font-size="11" font-family="sans-serif" fill="#fff">part_4</text>
|
||
<line x1="120" y1="44" x2="240" y2="44" stroke="#666" stroke-dasharray="4"/>
|
||
<text x="180" y="54" text-anchor="middle" font-size="10" font-family="sans-serif" fill="#666">← edge → ← edge →</text>
|
||
<!-- Mask bar -->
|
||
<text y="72" font-size="11" font-family="sans-serif" fill="#888">mask</text>
|
||
<rect x="0" y="78" width="150" height="28" rx="4" fill="#222"/>
|
||
<text x="75" y="96" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">BLACK × part_2</text>
|
||
<rect x="150" y="78" width="300" height="28" rx="4" fill="#fff" stroke="#ccc"/>
|
||
<text x="300" y="96" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#333">WHITE × generated</text>
|
||
<rect x="450" y="78" width="150" height="28" rx="4" fill="#222"/>
|
||
<text x="525" y="96" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">BLACK × part_3</text>
|
||
<!-- Control bar -->
|
||
<text y="122" font-size="11" font-family="sans-serif" fill="#888">control_frames</text>
|
||
<rect x="0" y="128" width="150" height="28" rx="4" fill="#4a9ebb"/>
|
||
<text x="75" y="146" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">part_2</text>
|
||
<rect x="150" y="128" width="300" height="28" rx="4" fill="#999"/>
|
||
<text x="300" y="146" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">GREY × generated</text>
|
||
<rect x="450" y="128" width="150" height="28" rx="4" fill="#4a9ebb"/>
|
||
<text x="525" y="146" text-anchor="middle" font-size="12" font-family="sans-serif" fill="#fff">part_3</text>
|
||
</svg>
|