/* original */
0
0
  offset-path: ray(0deg);
  /* Default offset starting position is 50% 50% */
0
1
  offset-path: ray(150deg);
0
2
  offset-rotate: 0deg;
  offset-position: 20% 40%;
  offset-path: ray(150deg);
0
3
  offset-position: 0 0;
  offset-path: ray(0deg);
0
4
  offset-path: ray(60deg closest-side at bottom right);
0
5