I am able to draw the box but I am not able to remove it! (Canvas)
I have asked this question before and it seemed that the code I was using was pretty confusing. So this is a virtually dumed down version of the same code. I draw a square on the canvas using the add function. Like wise I should be able to remove the item from the canvas using the remove function! Alas it doesn't seem to happen so. Here is the code $(window).addEvent('load',function(){ CANVAS.init({ canvasElement : 'canvas' }); CANVAS.layers.add( new Layer({ id : 'myLayer' })); var colors = [ 'rgba(255,0,0,1)', ]; var pos = [ { x: 150, y : 100 }, ] var foo = new CanvasItem({ id : 'item', x :