Commit f82a25f8 by Nicolas Laplume

Reduce transform string to avoid long parsing times after several transformations

parent 1b6a47f9
......@@ -869,6 +869,9 @@
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