1
0
Fork 0

Merge pull request #2055 from freesewing/nickd/tabs

Format Yuri gusset. Replace tabs with spaces.
This commit is contained in:
Nick Dower 2022-04-02 17:14:31 +02:00 committed by GitHub
commit 027550ffaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,11 +38,16 @@ export default function (part) {
points.logo = points.title.shift(-75, 100)
snippets.logo = new Snippet('logo', points.logo)
if (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')
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')
}
}