pref-matrix

Web interface to coordinate preferences
git clone https://git.instinctive.eu/pref-matrix.git
Log | Files | Refs | README | LICENSE

spinner.svg (787B)


      1 <?xml version="1.0" standalone="no"?>
      2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
      3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40">
      4   <circle cx="20" cy="20" r="18"
      5           stroke-width="4"
      6           fill="transparent"
      7           stroke="#7f7f7f"
      8           stroke-linecap="round"
      9           stroke-dasharray="13.1 100">
     10     <animate attributeName="stroke-dashoffset"
     11              values="0;113.1;226.2;282.75;339.3;395.85;452.4"
     12              dur="6s"
     13              repeatCount="indefinite" />
     14     <animate attributeName="stroke-dasharray"
     15              values="0 113.1;113.1 0;56.55 56.55;0 113.1"
     16              dur="6s"
     17              repeatCount="indefinite" />
     18   </circle>
     19 </svg>