.path {
  animation-duration: 1s;
  animation-name: draw;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
