0
votes

Groups of shapes can be dragged outside the KineticJS layers and stage and are lost. Below tutorial (dragging) works differently in ie9. http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/

1

1 Answers

0
votes

Yes, that's true...shapes can be dragged outside their group.

If you want them contained inside the group, you can set the dragBoundFunc function on the objects:

http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-shapes-horizontally-or-vertically-tutorial/