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