blob: 50d7fa1fab7659c3bd77804461e18e0725f0bd91 [file] [log] [blame]
function SVGShapeData(transformers, level, shape) {
this.caches = [];
this.styles = [];
this.transformers = transformers;
this.lStr = '';
this.sh = shape;
this.lvl = level;
}