diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2009-07-07 16:19:06 +0000 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2009-07-07 16:19:06 +0000 |
commit | eaca5e4d109be45e002bbafbb4b422c8544095a0 (patch) | |
tree | b4e69e3a37dd93cbdf4bf0bd985a483761d63d99 | |
parent | fed15cea29c87e64c70397e97e8bc0921e405df0 (diff) |
Initialize filladjust to 0 in GhostXPS.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9844 a1074d23-0009-0410-80fe-cf8c14f379e6
-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. */ |