I have a group of Kinetic.Rectangle objects with draggable set to true. No matter how much you drag the group around, calling rect.getX() or rect.attrs.x, where rect is one of the rectangle objects in the group, e.g.:
var rect = group.get('.rect')[0];
always returns the same value. Anybody know how the get the actual x and y values of where each rectangle is being drawn?
Thanks!