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 {
|
||||
// Arc measurements
|
||||
bustFront: a,
|
||||
bustPointToUnderbust: a
|
||||
bustSpan: a,
|
||||
highBustFront: a,
|
||||
// Circumference measurements
|
||||
|
|
|
@ -12,6 +12,7 @@ export default complete({
|
|||
ankle: 245,
|
||||
biceps: 270,
|
||||
bustFront: 480,
|
||||
bustPointToUnderbust: 100,
|
||||
bustSpan: 160,
|
||||
chest: 925,
|
||||
crossSeam: 740,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue