1
0
Fork 0

fix(wahid): Close SA path. Fixes #1267. Closes #1276

This commit is contained in:
joostdecock 2021-09-03 16:34:24 +02:00
parent 05939af755
commit 7145c1087c

View file

@ -22,6 +22,7 @@ export default (part) => {
if (options.hemStyle === 'classic') {
paths.seam.curve(points.splitDartHemRightCp2, points.splitHemCp1, points.hem)
} else paths.seam.line(points.hem)
paths.seam.close()
if (complete) {
if (sa) paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')