1
0
Fork 0

Apply suggestions from code review

Bobs suggestions 2-5-24

Co-authored-by: bobgeorgethe3rd <bobgeorgethe3rd@googlemail.com>
This commit is contained in:
Zee 2024-05-02 14:44:53 +02:00 committed by GitHub
parent b34c53608b
commit 24daf61ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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?