Merge pull request #5508 from freesewing/joost
fix(uma): Issue with back. Fixes #5477
This commit is contained in:
commit
f01f32b860
2 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ Unreleased:
|
|||
- Decreased default back waist dip
|
||||
- Increased default front waist dip
|
||||
- Allowed lower values on back exposure, causing back to flare out
|
||||
- Fix issue with back part when bulge is on and expand is off
|
||||
|
||||
waralee:
|
||||
- Pocket opening was not drawn on the facing and pocket pieces. Fixes #4026
|
||||
|
|
|
@ -125,7 +125,7 @@ function draftUmaBack({
|
|||
.curve_(points.cfWaistbandDipCpBack, points.sideWaistbandBack)
|
||||
.line(points.sideLegBack)
|
||||
.curve(points.backGussetSplitCpBottom, points.backGussetSplitCpTop, points.backGussetSplit)
|
||||
.line(points.cfBackGusset)
|
||||
.line(new Point(0, points.backGussetSplit.y))
|
||||
.reverse()
|
||||
.hide()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue