fix toquad
This commit is contained in:
parent
52f1797a21
commit
f7797f1d8f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user