Re-enable overlap removal

This commit is contained in:
Belleve Invis 2019-12-19 20:33:01 -08:00
parent c1593c7670
commit 9626a9f9e9

View file

@ -43,8 +43,8 @@ function regulateGlyph(g, skew) {
}
// De-overlap
// g.contours = [...cSimple, ...caryllShapeOps.removeOverlap(cFill, 1, 2048, true)];
g.contours = [...cSimple, ...cFill];
g.contours = [...cSimple, ...caryllShapeOps.removeOverlap(cFill, 1, 2048, true)];
// g.contours = [...cSimple, ...cFill];
// Finalize
g.contours = c2q.contours(g.contours);