This commit is contained in:
be5invis 2017-04-12 14:58:04 +08:00
parent c865d9322f
commit fd427e74d2
4 changed files with 13 additions and 5 deletions

View file

@ -170,7 +170,7 @@ if (argv.o) {
// finalize
font.glyf.forEach((g) => {
if (g.contours) {
Glyph.prototype.cleanup.call(g, 0.25);
Glyph.prototype.cleanup.call(g, 0.1);
g.contours = c2q.contours(g.contours);
for (var k = 0; k < g.contours.length; k++) {
var contour = g.contours[k];