<svg xmlns="http://www.w3.org/2000/svg"> | |
<path d="M 120,220 h200" pathLength="10" fill="none" stroke="green" stroke-dasharray="10" stroke-width="200"/> | |
<rect x="70" y="70" width="300" height="300" pathLength="30" fill="none" stroke="blue" stroke-dashoffset="12.5" stroke-dasharray="10 5" stroke-width="100"/> | |
</svg> |