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