Fix bug with mask.fillPath.
This commit is contained in:
parent
154f227957
commit
9508150e99
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue