chore(paco): Adapt to new waistbandHeight option in Titan
This commit is contained in:
parent
9bdb987fe4
commit
21ac8f46f8
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue