Yet another fix for path stuff

This commit is contained in:
Dmitry Baranovskiy 2009-06-16 14:48:39 +10:00
parent 8e3759aa1d
commit b600ebcb97
1 changed files with 4 additions and 1 deletions

View File

@ -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":