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.
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.