1
0
Fork 0

fix(huey): Grainline on pocket. Closes #1265

This commit is contained in:
joostdecock 2021-09-04 13:56:06 +02:00
parent 350cf2e31e
commit 59633b0e32
4 changed files with 18 additions and 4 deletions

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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')