Fix bug with mask.fillPath.

This commit is contained in:
treeform 2021-02-26 23:01:28 -08:00
parent 154f227957
commit 9508150e99

View file

@ -1473,7 +1473,7 @@ proc fillPath*(
segment += transform
else:
segment = transform * segment
mask.fillShapes(shapes, color, windingRule)
mask.fillShapes(shapes, windingRule)
proc fillPath*(
image: Image,