SVG Demonstration 7
Code
<svg id="content" width="200" height="200">
<polyline points="30,65 75,30 180,30 135,65 30,65 30,170 75,135 75,30" style="stroke:#000000;stroke-width:2;fill:none;" />
<polyline points="30,170 135,170 180,135 75,135" style="stroke:#000000;stroke-width:2;fill:none;" />
<polyline points="180,30 180,135" style="stroke:#000000;stroke-width:2;fill:none;" />
<polyline points="135,65 135,170" style="stroke:#000000;stroke-width:2;fill:none;" />
</svg>