Bug: Easel runs my executor code hundreds of times per second

I noticed while developing an app that if the success() callback uses an empty array as its only argument, Easel appears to try and re-run the executor function continuously, locking up the browser and eventually freezing it. This seems less than ideal. :slight_smile:

This also occurs if I try to add an ellipse shape but don’t specify a rotation or flipping parameter. They should either be marked as required in the docs or assumed to be default values if not present.