wrench: Tweaked options based on sample test
This commit is contained in:
parent
f6905dcb1e
commit
adebec8b4b
6 changed files with 38 additions and 31 deletions
|
@ -74,7 +74,7 @@ export default function(part) {
|
|||
// Lapel break point and cutaway point
|
||||
points.lapelBreakPoint = new Point(
|
||||
points.hemEdge.x,
|
||||
points.dartTop.y * (1 + options.lapelBreak)
|
||||
points.dartTop.y * (1 + options.lapelStart)
|
||||
);
|
||||
points.cutawayPoint = points.lapelBreakPoint.shift(
|
||||
-90,
|
||||
|
@ -346,6 +346,13 @@ export default function(part) {
|
|||
.close()
|
||||
.attr("class", "fabric");
|
||||
|
||||
paths.frontPocket = new Path()
|
||||
.move(points.frontPocketTopEnd)
|
||||
.line(points.frontPocketTopLeft)
|
||||
.line(points.frontPocketBottomLeft)
|
||||
.line(points.frontPocketBottomEnd)
|
||||
.attr("class", "help");
|
||||
|
||||
if (complete) {
|
||||
|
||||
if (sa) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue