creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
329 stars 76 forks source link

Make rotation on regularPolygon & star optional #100

Closed noelwelsh closed 2 years ago

noelwelsh commented 3 years ago

This parameter was added when we didn't have rotations in Doodle. We do now, and it just adds confusion. Either make the parameter optional or remove it (and possibly break some code).