creativescala / doodle

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

Fix Repeat Forever #88

Closed joe-warren-roo closed 4 years ago

joe-warren-roo commented 4 years ago

Transducer repeatForever will stop, when the parent transducer stops.

Since it's repeating forever, it shouldn't stop.

noelwelsh commented 4 years ago

Thanks!