blob: e042d1c8cbfc456040f4455495c717c3bd49998e [file] [log] [blame]
<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="100" height="100" fill="green">
<animate attributeName="x" values="0; 100; 0" dur="1s" repeatCount="indefinite"></animate>
</rect>
</svg>