fix(lunetius): Unhide accidentally-hidden seam.
This commit is contained in:
parent
ab2a86d77c
commit
fe61834103
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function lunetiusLacerna({
|
|||
.line(points.bottom)
|
||||
.hide()
|
||||
paths.saBase = new Path().move(points.top).line(points.topLeft).hide()
|
||||
paths.seam = paths.saBase.join(paths.hem).join(paths.fold).attr('class', 'fabric').hide()
|
||||
paths.seam = paths.saBase.join(paths.hem).join(paths.fold).attr('class', 'fabric')
|
||||
|
||||
// Complete?
|
||||
if (complete) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue