From f7797f1d8fa6d09823ca948181c7f21c79caee43 Mon Sep 17 00:00:00 2001 From: be5invis Date: Fri, 3 Jun 2016 16:06:09 +0800 Subject: [PATCH] fix toquad --- support/glyph.ptl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/glyph.ptl b/support/glyph.ptl index 1fb08a1..57ce7ef 100644 --- a/support/glyph.ptl +++ b/support/glyph.ptl @@ -252,7 +252,7 @@ export all : class Glyph local m 2 while (m < quads.length) : begin contour.push : new Point quads.(m) quads.(m + 1) false - contour.push : new Point quads.(m + 2) quads.(m + 3) false + contour.push : new Point quads.(m + 2) quads.(m + 3) true inc m 4 set flag 2 true : begin