1
0
Fork 0

chore(paco): Adapt to new waistbandHeight option in Titan

This commit is contained in:
Joost De Cock 2021-04-11 17:28:18 +02:00
parent 9bdb987fe4
commit 21ac8f46f8
2 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/paco
## 2.15.0 (NaN-NaN-NaN)
### Changed
- Extended range and inreased default of the healEase option
## 2.13.2 (2021-02-21)
### Fixed

View file

@ -82,6 +82,9 @@ export default {
backPocketWidthRatio: 0.37,
weltFactor: 0.15,
// Disable this option from Titan
waistbandHeight: 0,
// Fit
waistEase: { pct: 2, min: 0, max: 10 },
seatEase: { pct: 5, min: 0, max: 15 },