Request: jcotton._group should support .remove()
Status: Beta
Brought to you by:
iammatto
The function jcotton._canvas.remove(drawable) removes an object from the canvas, but there is no way in jcotton to remove a member of a group.
I've attached a simple patch that add this functionality. I copied the remove() function from the _canvas class into the _group class, and it seems to work perfectly.
Patch to add the _group.remove() member function