diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-01 03:50:43 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-01 03:50:43 +0200 |
commit | 5a18d4874159ba759863a3dc29ef11fcd23924f9 (patch) | |
tree | 1783453f00a246e3d101f0148480a96ceee7016e /xps/xpszip.c | |
parent | 7c6ae0b110d0a29558305878482023ad7e8a66dc (diff) | |
download | mupdf-5a18d4874159ba759863a3dc29ef11fcd23924f9.tar.xz |
xps: Use opacity masks, and draw gradients with opacity.
Diffstat (limited to 'xps/xpszip.c')
-rw-r--r-- | xps/xpszip.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xps/xpszip.c b/xps/xpszip.c index 5528f0f7..069c83ea 100644 --- a/xps/xpszip.c +++ b/xps/xpszip.c @@ -498,11 +498,6 @@ xps_new_context(void) ctx->start_part = NULL; - ctx->use_transparency = 1; - if (getenv("XPS_DISABLE_TRANSPARENCY")) - ctx->use_transparency = 0; - - ctx->opacity_only = 0; ctx->fill_rule = 0; return ctx; |