1
0
Fork 0

Merge pull request #2054 from bobgeorgethe3rd/yuri

Correcting Yuri's Gusset Seam allowance.
This commit is contained in:
Joost De Cock 2022-04-02 16:56:40 +02:00 committed by GitHub
commit eb836be574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,11 +38,11 @@ export default function (part) {
points.logo = points.title.shift(-75, 100)
snippets.logo = new Snippet('logo', points.logo)
if (sa) {
paths.sa = paths.hat
.offset(sa)
.join(paths.curve.offset(3 * sa))
.close()
.attr('class', 'fabric sa')
paths.saBase = new Path()
.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')
}
}