Commit 757b8285 authored by Tomas Alabes's avatar Tomas Alabes

Updated files after merge

parent 92a4a0ee
2.2.0 • WIP
------------------
* Reduce transform string to avoid long parsing times after several transformations
* raphael.amd.js as main in package.json.
* raphael.amd.js version to work with Browserify.
* Can't set glow with opacity 0
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6284,6 +6284,9 @@
this.attr({"stroke-width": sw});
}
//Reduce transform string
_.transform = this.matrix.toTransformString();
return this;
};
/*\
......
......@@ -6666,6 +6666,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