animation2code benchmark
For best compatibility, please view this dashboard in a Chrome browser.
← back

rendered animation

Pac-Man spinner

1<svg class="spinner" idth="150" height="150" viewBox="0 0 100 100">
2      <circle class="background" r="24" cx="50" cy="50"></circle>
3      <path
4        class="line"
5        d="M 37.5,50 C 37.5,43.096441 43.096441,37.5 50,37.5 C 56.903559,37.5 62.5,43.096441 62.5,50 C 62.5,56.903559 56.903559,62.5 50,62.5 C 43.096441,62.5 37.5,56.903559 37.5,50"
6      ></path>
7    </svg>