Improving export code

This commit is contained in:
Devine Lu Linvega
2018-05-11 08:46:50 +12:00
parent 20a7adfc91
commit 6bb3f9d965
5 changed files with 104 additions and 232 deletions

View File

@@ -36,7 +36,8 @@ function Generator(layer)
if(id == 0){
html += `M${vertex.x},${vertex.y} `
}
else if(type == "line"){
if(type == "line"){
html += `L${vertex.x},${vertex.y} `;
}
else if(type == "arc_c"){