It looks like you’re drawing more items after you call saveFrame()
. Anything you draw after you save the frame will not be included in the output file.
1 Like
It looks like you’re drawing more items after you call saveFrame()
. Anything you draw after you save the frame will not be included in the output file.