mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
bug correction
This commit is contained in:
parent
464a39f238
commit
fce882a5c5
1 changed files with 1 additions and 0 deletions
|
@ -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++){
|
||||
|
|
Loading…
Reference in a new issue