fix(utils): Added missing bustPointToUnderbust measurement
This commit is contained in:
parent
c8df9afaf5
commit
aa9bf6b55a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue