Commit eb43ba14 by Tomas Alabes Committed by GitHub

Merge pull request #1060 from gregbaker/master

Remove transform string reduction to prevent incorrect animations.
parents b15a86d8 38c4fa61
......@@ -875,9 +875,6 @@ define(["./raphael.core"], function(R) {
this.attr({"stroke-width": sw});
}
//Reduce transform string
_.transform = this.matrix.toTransformString();
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