This commit is contained in:
2025-10-22 03:46:30 +00:00
commit a66a3c38e2
784 changed files with 724030 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600"><style>
.wire { stroke-width: 10; fill: none; }
.label { font-family: Arial; font-size: 24px; font-weight: bold; }
.solid { stroke-dasharray: none; }
.dashed { stroke-dasharray: 30 15; }
</style><rect width="100%" height="100%" fill="#f9f9f9"/><line x1="100" y1="50" x2="150" y2="50" class="wire dashed" stroke="#ff9900"/><path d="M 150,50 Q 400,50 650,50" class="wire dashed" stroke="#ff9900"/><line x1="650" y1="50" x2="700" y2="50" class="wire dashed" stroke="#ff9900"/><text x="70" y="55" class="label" text-anchor="end">1</text><text x="730" y="55" class="label">1</text><line x1="100" y1="100" x2="150" y2="100" class="wire solid" stroke="#ff9900"/><path d="M 150,100 Q 400,100 650,100" class="wire solid" stroke="#ff9900"/><line x1="650" y1="100" x2="700" y2="100" class="wire solid" stroke="#ff9900"/><text x="70" y="105" class="label" text-anchor="end">3</text><text x="730" y="105" class="label">3</text><line x1="100" y1="170" x2="150" y2="170" class="wire dashed" stroke="#009900"/><path d="M 150,170 Q 400,170 650,170" class="wire dashed" stroke="#009900"/><line x1="650" y1="170" x2="700" y2="170" class="wire dashed" stroke="#009900"/><text x="70" y="175" class="label" text-anchor="end">2</text><text x="730" y="175" class="label">2</text><line x1="100" y1="220" x2="150" y2="220" class="wire solid" stroke="#009900"/><path d="M 150,220 Q 400,220 650,220" class="wire solid" stroke="#009900"/><line x1="650" y1="220" x2="700" y2="220" class="wire solid" stroke="#009900"/><text x="70" y="225" class="label" text-anchor="end">4</text><text x="730" y="225" class="label">4</text><text x="180" y="305" text-anchor="start"/><text x="630" y="305" text-anchor="end"/><text x="180" y="355" text-anchor="start"/><text x="630" y="355" text-anchor="end"/><text x="180" y="435" text-anchor="start"/><text x="630" y="435" text-anchor="end"/><text x="180" y="485" text-anchor="start"/><text x="630" y="485" text-anchor="end"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB