Optimize /w and /W

This commit is contained in:
Belleve Invis 2019-11-27 18:10:56 -08:00
parent 360a57cbdb
commit b68f7155d2
4 changed files with 15 additions and 8 deletions

View file

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