blob: 0370aa3412de7a92f4b149d4ecc9ce91e6db9b62 [file] [log] [blame]
/* global createNS */
/* exported ShapeGroupData */
function ShapeGroupData() {
this.it = [];
this.prevViewData = [];
this.gr = createNS('g');
}