This commit is contained in:
Ryan Oldenburg 2021-11-21 17:00:00 -06:00
parent 27baf16e9b
commit 1a03b09388

View file

@ -1188,7 +1188,7 @@ iterator walk(
continue
# Shortcut: we only care about when we stop filling (or the last hit).
# If we continue filling, move to next hit.
if windingRule.shouldFill(count + winding):
if windingRule == wrNonZero and count + winding != 0:
count += winding
inc i
continue