summaryrefslogtreecommitdiff
path: root/xps/xps_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xps_path.c')
-rw-r--r--xps/xps_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_path.c b/xps/xps_path.c
index 5674eac2..28b34894 100644
--- a/xps/xps_path.c
+++ b/xps/xps_path.c
@@ -758,7 +758,7 @@ xps_clip(xps_context *ctx, fz_matrix ctm, xps_resource *dict, char *clip_att, xm
path = xps_parse_path_geometry(ctx, dict, clip_tag, 0, &fill_rule);
else
path = fz_newpath();
- ctx->dev->clippath(ctx->dev->user, path, fill_rule, ctm);
+ ctx->dev->clippath(ctx->dev->user, path, fill_rule == 0, ctm);
fz_freepath(path);
}