Revert regulate-glyph.js
This commit is contained in:
parent
d9843d949b
commit
9ce9367f8f
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue