GraphicsSVG example has unexpected behavior for circles

Here is an example of GraphicsSVG on ellie that the author provides from the package’s main page where an orange circle grows over time because its radius is set to the time variable. https://ellie-app.com/3PykbNFSQPfa1

However, once the circle’s edge reaches the window bounds, it stops growing. There doesn’t appear to be any logic that handles this edge case so this is not what I would expect. I would expect that the circle would keep growing because it’s set to grow indefinitely. What is causing it to stop growing once the circle edge hits the window bounds?

Nevermind, it does grow indefinitely, it just starts to grow really slowly so I couldn’t tell it was still growing.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.