Fix regression from v0.2.0 when animating transforms

master
Zaven Muradyan 2014-08-24 19:28:07 -07:00
parent 59e4a15cda
commit 383aa9a621
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ Snap.plugin(function (Snap, Element, Paper, glob, Fragment) {
} }
if (tstr instanceof Snap.Matrix) { if (tstr instanceof Snap.Matrix) {
this.matrix = tstr; this.matrix = tstr;
this._.transform = tstr.toTransformString();
} else { } else {
extractTransform(this, tstr); extractTransform(this, tstr);
} }