faster
This commit is contained in:
parent
27baf16e9b
commit
1a03b09388
1 changed files with 1 additions and 1 deletions
|
@ -1188,7 +1188,7 @@ iterator walk(
|
||||||
continue
|
continue
|
||||||
# Shortcut: we only care about when we stop filling (or the last hit).
|
# Shortcut: we only care about when we stop filling (or the last hit).
|
||||||
# If we continue filling, move to next hit.
|
# If we continue filling, move to next hit.
|
||||||
if windingRule.shouldFill(count + winding):
|
if windingRule == wrNonZero and count + winding != 0:
|
||||||
count += winding
|
count += winding
|
||||||
inc i
|
inc i
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue