Commit b600ebcb by Dmitry Baranovskiy

Yet another fix for path stuff

parent 8e3759aa
......@@ -318,7 +318,10 @@ window.Raphael = (function () {
}
}
} else {
res[i] = pa;
r = res[i] = [];
for (var k = 0, kk = pa.length; k < kk; k++) {
res[i][k] = pa[k];
}
}
switch (res[i][0]) {
case "z":
......
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