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 segment += transform
else: else:
segment = transform * segment segment = transform * segment
mask.fillShapes(shapes, color, windingRule) mask.fillShapes(shapes, windingRule)
proc fillPath*( proc fillPath*(
image: Image, image: Image,