diff --git a/src/pixie/paths.nim b/src/pixie/paths.nim index e072ae0..e6a4a75 100644 --- a/src/pixie/paths.nim +++ b/src/pixie/paths.nim @@ -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,