summaryrefslogtreecommitdiff
path: root/xps/muxps.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-01 03:50:43 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-01 03:50:43 +0200
commit5a18d4874159ba759863a3dc29ef11fcd23924f9 (patch)
tree1783453f00a246e3d101f0148480a96ceee7016e /xps/muxps.h
parent7c6ae0b110d0a29558305878482023ad7e8a66dc (diff)
downloadmupdf-5a18d4874159ba759863a3dc29ef11fcd23924f9.tar.xz
xps: Use opacity masks, and draw gradients with opacity.
Diffstat (limited to 'xps/muxps.h')
-rw-r--r--xps/muxps.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/xps/muxps.h b/xps/muxps.h
index 1b137a59..8150996f 100644
--- a/xps/muxps.h
+++ b/xps/muxps.h
@@ -250,16 +250,6 @@ struct xps_context_s
xps_hash_table *font_table;
xps_hash_table *colorspace_table;
- /* Global toggle for transparency */
- int use_transparency;
-
- /* Hack to workaround ghostscript's lack of understanding
- * the pdf 1.4 specification of Alpha only transparency groups.
- * We have to force all colors to be grayscale whenever we are computing
- * opacity masks.
- */
- int opacity_only;
-
/* The fill_rule is set by path parsing.
* It is used by clip/fill functions.
* 1=nonzero, 0=evenodd