1
0
Fork 0

Merge pull request #337 from AlfaLyr/patch-1

detail I found working on my draped neck top
This commit is contained in:
Joost De Cock 2020-04-02 12:25:33 +02:00 committed by GitHub
commit b1880f469d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@ export default part => {
if (front) paths.sa.line(points.cfNeck).move(points.cfHem)
else paths.sa.line(points.cbNeck).move(points.cbHem)
paths.sa.line(paths.sa.start())
paths.sa.attr('class', 'fabric sa')
}
}