// Just Ctrl-D on the code BELOW will make Ellipse
// Shift-Ctrl-D will show debugger, step by step will make the morph undefined at line 3
// NOTE: This is now fixed
var bounds = new Rectangle(0,0,200,100)
var morph = new lively.morphic.Morph(new lively.morphic.Shapes.Ellipse(bounds))
morph.setFill(Color.yellow)
morph.openInWorld();