Fixed little issue with beziers
This commit is contained in:
parent
78a61e099b
commit
ea33c085d1
@ -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}`)
|
||||
|
Loading…
Reference in New Issue
Block a user