Merge pull request #253 from bitblitter/dev

Element.transform().toString() fix attempt
master
Dmitry Baranovskiy 2014-06-03 18:54:39 +10:00
commit 50399ba59b
1 changed files with 1 additions and 1 deletions

View File

@ -1359,7 +1359,7 @@ function Element(el) {
i,
localString = local.toTransformString(),
string = Str(local) == Str(this.matrix) ?
_.transform : localString;
Str(_.transform) : localString;
while (papa.type != "svg" && (papa = papa.parent())) {
ms.push(extractTransform(papa));
}