We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e1e6b commit a09cf04Copy full SHA for a09cf04
lib/utils.js
@@ -151,6 +151,7 @@ var Utils = {
151
if (element) {
152
// fix matrix bug
153
element.matrix = Raphael.matrix();
154
+ element.attr("transform", "");
155
156
for (var key in props) {
157
switch (key) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-raphael",
3
- "version": "0.8.0-rc3",
+ "version": "0.8.0-rc4",
4
"description": "reactify raphael",
5
"main": "./lib",
6
"scripts": {
src/utils.js
@@ -111,6 +111,7 @@ var Utils = {
111
if(element){
112
113
114
+ element.attr("transform","");
115
116
for(var key in props){
117
switch(key){
0 commit comments