Merge pull request #2055 from freesewing/nickd/tabs
Format Yuri gusset. Replace tabs with spaces.
This commit is contained in:
commit
027550ffaa
1 changed files with 10 additions and 5 deletions
|
@ -42,7 +42,12 @@ export default function (part) {
|
|||
.move(points.right)
|
||||
.line(points.top)
|
||||
.setRender(false)
|
||||
paths.sa = paths.curve.offset(3 * sa).join(paths.saBase.offset(sa)).line(points.top).close().attr('class','fabric sa')
|
||||
paths.sa = paths.curve
|
||||
.offset(3 * sa)
|
||||
.join(paths.saBase.offset(sa))
|
||||
.line(points.top)
|
||||
.close()
|
||||
.attr('class','fabric sa')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue