From ed47b7ea95daad167d0436b15ebffe756041bb17 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 24 Jun 2020 20:42:32 +0200 Subject: [PATCH] chore(utils): Tweaks to neckstimate ratios --- packages/utils/src/neckstimate/ratio.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/utils/src/neckstimate/ratio.js b/packages/utils/src/neckstimate/ratio.js index 1a2a3496be0..5b461a83c24 100644 --- a/packages/utils/src/neckstimate/ratio.js +++ b/packages/utils/src/neckstimate/ratio.js @@ -21,6 +21,7 @@ export default { neckCircumference: c, underbust: c, // Vertical measurements + crotchDepth: v, hpsToBust: v, hpsToWaistBack: v, hpsToWaistFront: v, @@ -32,12 +33,11 @@ export default { // Other backSeat: 0.6, backWaist: 0.85, - crossSeam: 0.4, - crotchDepth: 0.3, - frontCrossSeam: 0.2, + crossSeam: 0.6, + frontCrossSeam: 0.3, headCircumference: 0.35, inseam: 0.25, - kneeCircumference: 0.55, + kneeCircumference: 0.65, seatCircumference: 0.6, shoulderToElbow: 0.5, shoulderToShoulder: 0.75,