Hi,
I'm create diagram with custom shapes from type image.
I have one large custom image shape that look like background image and few small image shapes.
I need to allow click on diagram and drag all my custom shapes together.
I use selectAll() method on document.onmousedown.
The bug: Sometimes when I zoom out and drag right rapidly its dragging only one large custom image shape.
How to solve it?
Or. Can I combine all custom shapes into one group or container to allow to grad them together?
2. when I use selectAll() method it also allow to resize my shapes.
How to cancel resize and allow drag?
Thanks!!
Tanya.