Skip to content

Commit 9de1eab

Browse files
Board: match areas with connectors colors
1 parent 7735841 commit 9de1eab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,15 @@ <h2>WebAudioHaptics Kit</h2>
335335
<text x="5%" y="95%" width="45%" height="40%" fill="black" font-size="50%">Power supply +/- 5/9 V</text>
336336
<g/>
337337
<g class="fragment">
338-
<rect x="50%" y="55%" width="20%" height="37%" fill="yellow" opacity="0.5"/>
339-
<rect x="35%" y="45%" width="15%" height="10%" fill="yellow" opacity="0.5"/>
340-
<rect x="5%" y="20%" width="45%" height="25%" fill="yellow" opacity="0.5"/>
338+
<rect x="50%" y="55%" width="20%" height="37%" fill="green" opacity="0.5"/>
339+
<rect x="35%" y="45%" width="15%" height="10%" fill="green" opacity="0.5"/>
340+
<rect x="5%" y="20%" width="45%" height="25%" fill="green" opacity="0.5"/>
341341
<text x="5%" y="20%" width="45%" height="40%" fill="black" font-size="50%">Sensor &amp; conditioning</text>
342342
<text x="50%" y="95%" width="45%" height="40%" fill="black" font-size="50%">To audio in</text>
343343
</g>
344344
<g class="fragment">
345-
<rect x="50%" y="5%" width="37%" height="50%" fill="green" opacity="0.5"/>
346-
<rect x="70%" y="55%" width="17%" height="37%" fill="green" opacity="0.5"/>
345+
<rect x="50%" y="5%" width="37%" height="50%" fill="blue" opacity="0.5"/>
346+
<rect x="70%" y="55%" width="17%" height="37%" fill="blue" opacity="0.5"/>
347347
<text x="50%" y="5%" width="45%" height="40%" fill="black" font-size="50%">Actuator amplification</text>
348348
<text x="70%" y="95%" width="45%" height="40%" fill="black" font-size="50%">From audio out</text>
349349
</g>

0 commit comments

Comments
 (0)