Commit 92a4a0ee authored by Tomas Alabes's avatar Tomas Alabes

Merge pull request #991 from nlaplume/master

Reduce transform string to avoid long parsing times
parents 9c02c1de f82a25f8
......@@ -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 to comment