Commit 38c4fa61 by Greg Baker

Remove transform string reduction to prevent incorrect animations.

parent b15a86d8
...@@ -875,9 +875,6 @@ define(["./raphael.core"], function(R) { ...@@ -875,9 +875,6 @@ define(["./raphael.core"], function(R) {
this.attr({"stroke-width": sw}); this.attr({"stroke-width": sw});
} }
//Reduce transform string
_.transform = this.matrix.toTransformString();
return this; return this;
}; };
/*\ /*\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment