1
0
Fork 0

Merge pull request #1205 from freesewing/cathrinfix

fix(cathrin): Fix for issue with panel 4
This commit is contained in:
Natalia 2021-07-11 13:05:47 -04:00 committed by GitHub
commit e3e619ee0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,8 @@ export default function (part) {
paths.panel4
.curve(points.underbustGap3RightCp, points.waistGap3RightCp1, points.waistGap3Right)
.curve(points.waistGap3RightCp2, points.hipsGap3Cp, points.hipsGap3)
if (options.panels === '11') paths.panel4.line(points.hipRise)
paths.panel4
.close()
.attr('class', 'fabric')
points.underbustGap4Right = topBack.intersectsX(points.underbustGap4Right.x).pop()