fix(huey): Grainline on pocket. Closes #1265
This commit is contained in:
parent
350cf2e31e
commit
59633b0e32
4 changed files with 18 additions and 4 deletions
|
@ -20,6 +20,12 @@
|
||||||
- Renamed `ear` to `ear flap`
|
- Renamed `ear` to `ear flap`
|
||||||
- Added hem allowances
|
- Added hem allowances
|
||||||
|
|
||||||
|
### huey
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265)
|
||||||
|
|
||||||
### i18n
|
### i18n
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
|
@ -20,6 +20,9 @@ unreleased:
|
||||||
- Added hem allowances
|
- Added hem allowances
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
huey:
|
||||||
|
- Replace cut-on-fold indicator on pocket with a regular grainline indicator
|
||||||
|
Closes [#1265](https://github.com/freesewing/freesewing/issues/1265)
|
||||||
i18n:
|
i18n:
|
||||||
- Added optional chaining so missing options always lead to clear error message
|
- Added optional chaining so missing options always lead to clear error message
|
||||||
wahid:
|
wahid:
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/huey
|
# Change log for: @freesewing/huey
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Replace cut-on-fold indicator on pocket with a regular grainline indicator Closes [#1265](https://github.com/freesewing/freesewing/issues/1265)
|
||||||
|
|
||||||
## 2.17.0 (2021-07-01)
|
## 2.17.0 (2021-07-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -29,10 +29,9 @@ export default function (part) {
|
||||||
nr: 4,
|
nr: 4,
|
||||||
title: 'pocket',
|
title: 'pocket',
|
||||||
})
|
})
|
||||||
macro('cutonfold', {
|
macro('grainline', {
|
||||||
from: points.pocketCfTop,
|
from: points.pocketCfTop.shift(-45, 10),
|
||||||
to: points.cfHem,
|
to: points.cfHem.shift(45, 10),
|
||||||
grainline: true,
|
|
||||||
})
|
})
|
||||||
if (sa) {
|
if (sa) {
|
||||||
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue