Fixed little issue with beziers

This commit is contained in:
Devine Lu Linvega 2018-05-21 10:38:32 +12:00
parent 78a61e099b
commit ea33c085d1

View File

@ -51,7 +51,7 @@ function Generator(layer)
}
else if(type == "bezier"){
html += next && after_next ?`Q${next.x},${next.y} ${after_next.x},${after_next.y} ` : '';
skip = 1
skip = 2
}
else{
console.warn(`unknown type:${type}`)