This SVG example demonstrates how to create a horizontal and vertical closed chain path.
<svg width="400" height="550" xmlns="http://www.w3.org/2000/svg">
<path d="M175,25
H225 V175
H375 V225
H225 V525
H175 V225
H25 V175
H175 Z" fill="none" stroke="brown" stroke-width="5"/>
</svg>
© 20072025 XoaX.net LLC. All rights reserved.