Merge pull request #1205 from freesewing/cathrinfix
fix(cathrin): Fix for issue with panel 4
This commit is contained in:
commit
e3e619ee0c
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ export default function (part) {
|
||||||
paths.panel4
|
paths.panel4
|
||||||
.curve(points.underbustGap3RightCp, points.waistGap3RightCp1, points.waistGap3Right)
|
.curve(points.underbustGap3RightCp, points.waistGap3RightCp1, points.waistGap3Right)
|
||||||
.curve(points.waistGap3RightCp2, points.hipsGap3Cp, points.hipsGap3)
|
.curve(points.waistGap3RightCp2, points.hipsGap3Cp, points.hipsGap3)
|
||||||
|
if (options.panels === '11') paths.panel4.line(points.hipRise)
|
||||||
|
paths.panel4
|
||||||
.close()
|
.close()
|
||||||
.attr('class', 'fabric')
|
.attr('class', 'fabric')
|
||||||
points.underbustGap4Right = topBack.intersectsX(points.underbustGap4Right.x).pop()
|
points.underbustGap4Right = topBack.intersectsX(points.underbustGap4Right.x).pop()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue