css-doodle / css-doodle

🎨 A web component for drawing patterns with CSS.
https://css-doodle.com
MIT License
5.57k stars 209 forks source link

Fix Math expression in `r` property caused by wrong unit detection. #72

Closed yuanchuan closed 2 years ago

yuanchuan commented 2 years ago
clip-path: @shape(

  /* failed to calc for complex r value */
  r: 1/sin(t);  

);