Optimize /w and /W
This commit is contained in:
parent
360a57cbdb
commit
b68f7155d2
4 changed files with 15 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue