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