SVG animation

by Ayyappan Sakthivadivel

HTML

<svg width="500" height="500">
    <path d="M120.1,119.5H6.9V6.4h113.1C120.1,6.4,119.8,97.3,120.1,119.5z" stroke="green" fill="none" stroke-width="15" />
    <rect x="-8" y="-8" width="16" height="16" fill="white">
        <animateMotion path="M120.1,119.5H6.9V6.4h113.1C120.1,6.4,119.8,97.3,120.1,119.5z" begin="0s" dur="5s" repeatCount="indefinite" />
    </rect>
</svg>