1
0
Fork 0

sparkles: Added hem points

This commit is contained in:
Joost De Cock 2018-12-21 12:55:50 +01:00
parent 9ad16169bd
commit 3c26deb5c3
6 changed files with 23 additions and 16 deletions

View file

@ -1,9 +1,9 @@
export function saBase(side, points, Path) {
let path = new Path();
if (side === "back") path.move(points.cbHips);
else path.move(points.cfHips);
if (side === "back") path.move(points.cbHem);
else path.move(points.cfHem);
path
.line(points.hips)
.line(points.hem)
.line(points.armhole)
.curve(points.armholeCp2, points.armholeHollowCp1, points.armholeHollow)
.curve(points.armholeHollowCp2, points.armholePitchCp1, points.armholePitch)