<svg id="baroque" width="800" height="500">
<style>
#baroque {background-color: red;}
#baroque circle {fill: white; opacity: 0.6;}
</style>
<line x1="300" y1="175" x2="500" y2="175" style="stroke:#fff;" />
<line x1="235" y1="200" x2="575" y2="200" style="stroke:#fff;" />
<line x1="305" y1="225" x2="495" y2="225" style="stroke:#fff;" />
<line x1="325" y1="250" x2="475" y2="250" style="stroke:#fff;" />
<line x1="250" y1="275" x2="550" y2="275" style="stroke:#fff;" />
<line x1="290" y1="300" x2="510" y2="300" style="stroke:#fff;" />
<line x1="340" y1="325" x2="460" y2="325" style="stroke:#fff;" />
<circle id="leftcircle" r="5" cx="400" cy="250" transform="rotate(0 250 250)" />
<circle id="leftcircle2" r="5" cx="400" cy="250" transform="rotate(180 250 250)" />
<circle id="rightcircle" r="5" cx="700" cy="250" transform="rotate(0 550 250)" />
<circle id="rightcircle2" r="5" cx="700" cy="250" transform="rotate(180 550 250)" />
</svg>