1
0
Fork 0

fix(utils): Added missing bustPointToUnderbust measurement

This commit is contained in:
joostdecock 2021-08-16 08:30:57 +02:00
parent c8df9afaf5
commit aa9bf6b55a
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ let v = 0.65 // vertical
export default { export default {
// Arc measurements // Arc measurements
bustFront: a, bustFront: a,
bustPointToUnderbust: a
bustSpan: a, bustSpan: a,
highBustFront: a, highBustFront: a,
// Circumference measurements // Circumference measurements

View file

@ -12,6 +12,7 @@ export default complete({
ankle: 245, ankle: 245,
biceps: 270, biceps: 270,
bustFront: 480, bustFront: 480,
bustPointToUnderbust: 100,
bustSpan: 160, bustSpan: 160,
chest: 925, chest: 925,
crossSeam: 740, crossSeam: 740,