1
0
Fork 0

feat(aaron): Better handling of armholeDrop option

This commit is contained in:
Joost De Cock 2020-05-24 16:21:26 +02:00
parent 489afae1d0
commit 5eb9eaec07
3 changed files with 21 additions and 4 deletions

View file

@ -53,7 +53,7 @@ export default {
shoulderSlopeReduction: 0,
// Percentages
armholeDrop: { pct: 10, min: 1, max: 75 },
armholeDrop: { pct: 10, min: 0, max: 75 },
backlineBend: { pct: 50, min: 25, max: 100 },
chestEase: { pct: 8, min: 0, max: 20 },
hipsEase: { pct: 8, min: 0, max: 20 },