Re-enable overlap removal
This commit is contained in:
parent
c1593c7670
commit
9626a9f9e9
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ function regulateGlyph(g, skew) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// De-overlap
|
// De-overlap
|
||||||
// g.contours = [...cSimple, ...caryllShapeOps.removeOverlap(cFill, 1, 2048, true)];
|
g.contours = [...cSimple, ...caryllShapeOps.removeOverlap(cFill, 1, 2048, true)];
|
||||||
g.contours = [...cSimple, ...cFill];
|
// g.contours = [...cSimple, ...cFill];
|
||||||
|
|
||||||
// Finalize
|
// Finalize
|
||||||
g.contours = c2q.contours(g.contours);
|
g.contours = c2q.contours(g.contours);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue