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
|
@ -38,11 +38,16 @@ export default function (part) {
|
||||||
points.logo = points.title.shift(-75, 100)
|
points.logo = points.title.shift(-75, 100)
|
||||||
snippets.logo = new Snippet('logo', points.logo)
|
snippets.logo = new Snippet('logo', points.logo)
|
||||||
if (sa) {
|
if (sa) {
|
||||||
paths.saBase = new Path()
|
paths.saBase = new Path()
|
||||||
.move(points.right)
|
.move(points.right)
|
||||||
.line(points.top)
|
.line(points.top)
|
||||||
.setRender(false)
|
.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