🚨 Fixed linter warnings
This commit is contained in:
parent
c42ba3ea72
commit
868d401a75
6 changed files with 18 additions and 524 deletions
|
@ -24,17 +24,15 @@ export default part => {
|
|||
paths.seam.curve(points.splitDartHemRightCp2, points.splitHemCp1, points.hem)
|
||||
} else paths.seam.line(points.hem)
|
||||
|
||||
if (complete) {
|
||||
if (sa) paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
||||
points.title = points.armhole.shiftFractionTowards(points.dartTop, 0.5)
|
||||
macro('title', {
|
||||
nr: 4,
|
||||
at: points.title,
|
||||
title: 'frontLining'
|
||||
})
|
||||
points.logo = points.dartWaistRight.shiftFractionTowards(points.waist, 0.5)
|
||||
snippets.logo = new Snippet('logo', points.logo)
|
||||
}
|
||||
if (sa) paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
||||
points.title = points.armhole.shiftFractionTowards(points.dartTop, 0.5)
|
||||
macro('title', {
|
||||
nr: 4,
|
||||
at: points.title,
|
||||
title: 'frontLining'
|
||||
})
|
||||
points.logo = points.dartWaistRight.shiftFractionTowards(points.waist, 0.5)
|
||||
snippets.logo = new Snippet('logo', points.logo)
|
||||
|
||||
return part
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue