This commit is contained in:
Ryan Oldenburg 2021-11-18 17:14:32 -06:00
parent 7e2fb402ad
commit a21aeb6bd5

View file

@ -1164,10 +1164,10 @@ iterator walk(
windingRule: WindingRule, windingRule: WindingRule,
y: int, y: int,
width: float32 width: float32
): (float32, float32, int32) = ): (float32, float32, int) =
var var
prevAt: float32 prevAt: float32
count: int32 count: int
for i in 0 ..< numHits: for i in 0 ..< numHits:
let (at, winding) = hits[i] let (at, winding) = hits[i]
if windingRule == wrNonZero and if windingRule == wrNonZero and