fix(models): waitToArmpit, not waistToArmhole
This commit is contained in:
parent
31e7b50ba1
commit
bc90a4c595
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ const base = {
|
|||
upperLeg: [570, 625],
|
||||
waist: [750, 810],
|
||||
waistBack: [380, 410],
|
||||
waistToArmhole: [170, 210],
|
||||
waistToArmpit: [170, 210],
|
||||
waistToFloor: [1050, 1160],
|
||||
waistToHips: [125, 130],
|
||||
waistToKnee: [600, 640],
|
||||
|
@ -79,7 +79,7 @@ const ratio = {
|
|||
hpsToBust: v,
|
||||
hpsToWaistBack: v,
|
||||
hpsToWaistFront: v,
|
||||
waistToArmhole: v,
|
||||
waistToArmpit: v,
|
||||
waistToHips: v,
|
||||
waistToKnee: v,
|
||||
waistToSeat: v,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue