view spinner.svg @ 38:c2e2b107c7c1

Commit changes from the July 2019 Lyon sprint.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 17:59:09 +0200
parents cd0434bb2eb1
children
line wrap: on
line source

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -20 40 40">
  <circle r="18" fill="none" stroke="black" stroke-width="4" stroke-dasharray="125">
    <animate attributeName="stroke-dashoffset" values="26.4; 120; 26.4" keyTimes="0; 0.5; 1" dur="4s" repeatCount="indefinite"/>
    <animateTransform attributeName="transform" type="rotate" values="0; 720; 1080" keyTimes="0; 0.5; 1" dur="4s" repeatCount="indefinite"/>
  </circle>
</svg>