Recording video fails when the app uses clip()

Seems tat I cannot get anything to record properly on my ipad 3 if my project makes heavy use of clip(). Is this something that can be fixed? Does it point to a bug In my use of not calling clip() enough before a frame is recorded??

Fixed, according to Codea Commits.

I confirm: yes, it will be solved in net release.

Argh! @simeon, and word on next release?

If you really need tomrecord right now and you are willing to use a slower method, you can set the context of the drawing to and image, modify the image to show only a certain amount, then draw it.

Thanks. I’ll just use my camera and record the screen…:slight_smile: