re enable applying and removing precision for open shapes

This commit is contained in:
casperlamboo 2017-05-26 16:56:05 +02:00
parent 07d059d456
commit 5f5b1254ad
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@ export default function applyPrecision(shapes) {
const { closedShapes, openShapes } = shapes[i];
scaleUpShape(closedShapes);
// scaleUpShape(openShapes);
scaleUpShape(openShapes);
}
}

View File

@ -19,10 +19,9 @@ export default function removePrecision(slices) {
innerLine.scaleDown(inversePrecision);
}
part.fill.scaleDown(inversePrecision);
} else {
part.shape.scaleDown(inversePrecision);
}
// else {
// part.shape.scaleDown(inversePrecision);
// }
}
if (slice.support !== undefined) {