Apply suggestions from code review
Bobs suggestions 2-5-24 Co-authored-by: bobgeorgethe3rd <bobgeorgethe3rd@googlemail.com>
This commit is contained in:
parent
b34c53608b
commit
24daf61ab7
2 changed files with 3 additions and 1 deletions
|
@ -133,6 +133,7 @@ export const body = {
|
|||
.move(points.topTopRight)
|
||||
.move(points.topTopLeft)
|
||||
.move(points.topLeft)
|
||||
.addClass('fabric hidden')
|
||||
.close()
|
||||
|
||||
points.logo = points.middle.shiftTowards(points.middleHem, maxLength / 4)
|
||||
|
|
|
@ -35,6 +35,7 @@ export const sleeve = {
|
|||
.line(points.sleeveBottomLeft)
|
||||
.line(points.sleeveBottomRight)
|
||||
.line(points.sleeveRight)
|
||||
.addClass('fabric')
|
||||
.close()
|
||||
|
||||
points.title = points.sleeveLeft.shift(300, sleeveLength / 2)
|
||||
|
@ -57,7 +58,7 @@ export const sleeve = {
|
|||
snippets.notch = new Snippet('notch', points.notch)
|
||||
|
||||
if (sa) {
|
||||
paths.sa = paths.sleeve.offset(sa).setClass('fabric sa')
|
||||
paths.sa = paths.sleeve.offset(sa).setClass('fabric sa').close()
|
||||
}
|
||||
|
||||
// Paperless?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue