1
0
Fork 0

Merge branch 'develop' of github.com:freesewing/freesewing into develop

This commit is contained in:
Joost De Cock 2021-11-01 17:49:24 +01:00
commit 0d941e260a
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ export default function (part) {
macro('hd', {
from: points.bottomFlipped,
to: points.bottom,
y: points.bottom.y + 15 + sa,
y: points.bottom.y + 15 + sa*2,
})
macro('vd', {
from: points.bottomFlipped,

View file

@ -75,7 +75,7 @@ export default function (part) {
macro('vd', {
from: points.p0,
to: points.gore_p3,
x: points.p0.x - 15 - sa,
x: points.p0.x - 15 - sa*2,
})
}
}