blob: 2136ceb93c1d319fc84e75e9bfcc24d05cb2983d [file] [log] [blame]
function SVGTransformData(mProps, op, container) {
this.transform = {
mProps: mProps,
op: op,
container: container,
};
this.elements = [];
this._isAnimated = this.transform.mProps.dynamicProperties.length || this.transform.op.effectsSequence.length;
}