sparkles: Added hem points
This commit is contained in:
parent
9ad16169bd
commit
3c26deb5c3
6 changed files with 23 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue