viewof grid = {
let op = showWires ? 1 : 0
const drawing = svg`<svg width="891px" height="491px" xmlns="http://www.w3.org/2000/svg">
<image href="el01.assets/electronics_24.png"/>
<g opacity="${op}">
<g transform="matrix(1,0,0,1,0,1)">
<path d="M300.432,435.948L356.971,435.948" style="fill:none;stroke:rgb(242,13,13);stroke-width:5.33px;"/>
</g>
<path d="M356.971,379.409L356.971,307.247" style="fill:none;stroke:rgb(242,13,13);stroke-width:5.33px;"/>
<path d="M392.68,307.247L392.68,379.409" style="fill:none;stroke:rgb(242,13,13);stroke-width:5.33px;"/>
<path d="M469.306,379.409L469.306,307.247" style="fill:none;stroke:rgb(242,13,13);stroke-width:5.33px;"/>
<path d="M487.161,307.247L487.161,379.409" style="fill:none;stroke:black;stroke-width:5.33px;"/>
<g transform="matrix(1,0,0,1,0,2)">
<path d="M300.432,453.803L487.161,453.803" style="fill:none;stroke:black;stroke-width:5.33px;"/>
</g>
</g>
</svg>`
return drawing
}