1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-31 10:20:20 +02:00
parent 0847d37f85
commit b8c8f741aa
33 changed files with 326 additions and 394 deletions

View file

@ -1,6 +1,7 @@
export default function(part) {
let { Point, points, Path, paths, measurements, options } = part.shorthand();
return part;
points.rightCp2 = points.rightCp1.flipY();
points.bottomCp1 = points.bottomCp2.flipX();
@ -20,15 +21,5 @@ export default function(part) {
.curve(points.rightCp2, points.topCp1, points.top)
.close();
// Complete?
if (complete) {
if (sa) {
}
// Paperless?
if (paperless) {
}
}
return part;
}