Merge pull request #2054 from bobgeorgethe3rd/yuri
Correcting Yuri's Gusset Seam allowance.
This commit is contained in:
commit
eb836be574
1 changed files with 5 additions and 5 deletions
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue