fix >>=
This commit is contained in:
parent
c865d9322f
commit
fd427e74d2
4 changed files with 13 additions and 5 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue