diff options
-rw-r--r-- | xps/xpstop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xps/xpstop.c b/xps/xpstop.c index fc1a44bbf..5a4aded80 100644 --- a/xps/xpstop.c +++ b/xps/xpstop.c @@ -175,6 +175,7 @@ xps_imp_set_device(pl_interp_instance_t *pinstance, gx_device *pdevice) goto cleanup_setdevice; gs_setaccuratecurves(ctx->pgs, true); /* NB not sure */ + gs_setfilladjust(ctx->pgs, 0, 0); /* gsave and grestore (among other places) assume that */ /* there are at least 2 gstates on the graphics stack. */ |