bug correction

This commit is contained in:
Ophir LOJKINE 2013-12-26 03:20:06 +01:00
parent 464a39f238
commit fce882a5c5

View file

@ -30,6 +30,7 @@ var Tools = {
case 1:
var pathstring = "M" + el._children[0].x + " " + el._children[0].y +
"L" + el._children[0].x + " " + el._children[0].y;
break;
default:
var pathstring = "M"+el._children[0].x+" "+ el._children[0].y + "L";
for(var i=1;i<el._children.length;i++){