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`
|
||||
- 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
|
||||
|
||||
#### Added
|
||||
|
|
|
@ -20,6 +20,9 @@ unreleased:
|
|||
- Added hem allowances
|
||||
|
||||
Fixed:
|
||||
huey:
|
||||
- Replace cut-on-fold indicator on pocket with a regular grainline indicator
|
||||
Closes [#1265](https://github.com/freesewing/freesewing/issues/1265)
|
||||
i18n:
|
||||
- Added optional chaining so missing options always lead to clear error message
|
||||
wahid:
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# 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)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -29,10 +29,9 @@ export default function (part) {
|
|||
nr: 4,
|
||||
title: 'pocket',
|
||||
})
|
||||
macro('cutonfold', {
|
||||
from: points.pocketCfTop,
|
||||
to: points.cfHem,
|
||||
grainline: true,
|
||||
macro('grainline', {
|
||||
from: points.pocketCfTop.shift(-45, 10),
|
||||
to: points.cfHem.shift(45, 10),
|
||||
})
|
||||
if (sa) {
|
||||
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue