sparkles: Fixed issue where shoulderSlopeReduction was canceled out by armhole depth
This commit is contained in:
parent
684c9aeaa9
commit
b6dc0bbd19
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export default part => {
|
|||
points.cbArmhole = new Point(
|
||||
0,
|
||||
points.cbShoulder.y +
|
||||
(measurements.shoulderToShoulder * options.shoulderSlopeReduction) / 2 +
|
||||
measurements.bicepsCircumference *
|
||||
(1 + options.bicepsEase) *
|
||||
options.armholeDepthFactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue