diff --git a/support/regulate-glyph.js b/support/regulate-glyph.js index 4959c8b13..bd9c794c9 100644 --- a/support/regulate-glyph.js +++ b/support/regulate-glyph.js @@ -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);