Fix regression from v0.2.0 when animating transforms
parent
59e4a15cda
commit
383aa9a621
|
@ -171,6 +171,7 @@ Snap.plugin(function (Snap, Element, Paper, glob, Fragment) {
|
|||
}
|
||||
if (tstr instanceof Snap.Matrix) {
|
||||
this.matrix = tstr;
|
||||
this._.transform = tstr.toTransformString();
|
||||
} else {
|
||||
extractTransform(this, tstr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue