blob: 0f9f8fad791d919988c039efd862a13ff641c25a [file] [log] [blame]
function ShapeGroupData() {
this.it = [];
this.prevViewData = [];
this.gr = createNS('g');
}