🚨 Removed linter warnings
This commit is contained in:
parent
d05181cf7a
commit
24aa6401fb
9 changed files with 7 additions and 45 deletions
|
@ -1,9 +1,6 @@
|
|||
export default function(part) {
|
||||
let { Point, points, Path, paths, measurements, options } = part.shorthand();
|
||||
|
||||
let width = measurements.headCircumference * options.widthRatio;
|
||||
let length = measurements.headCircumference * options.lengthRatio;
|
||||
|
||||
points.edgeLeft = new Point(points.topLeft.x, points.left.y);
|
||||
points.edgeRight = new Point(points.topRight.x, points.right.y);
|
||||
points.edgeTop = new Point(0, points.topLeft.y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue