1
0
Fork 0

Merge pull request #5508 from freesewing/joost

fix(uma): Issue with back. Fixes #5477
This commit is contained in:
Joost De Cock 2023-11-20 18:24:39 +01:00 committed by GitHub
commit f01f32b860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

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