summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-12-30 18:34:30 +0000
committerRobin Watts <robin.watts@artifex.com>2011-12-30 18:34:30 +0000
commit14644a76caaf340b2f2dbdacbf8ac1daad7856da (patch)
tree799e1540089aaf7f28ea0b873b52ef608a3f8f50 /draw/draw_device.c
parent7b7343ca4e0be9a5c97ab2ce433626ed2e7c107d (diff)
downloadmupdf-14644a76caaf340b2f2dbdacbf8ac1daad7856da.tar.xz
Enable knockout and non-isolated group support.
Testsseem to indicate that this works, and gives noticable improvements. Enabling by default.
Diffstat (limited to 'draw/draw_device.c')
-rw-r--r--draw/draw_device.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c
index 640165ee..2634c4f8 100644
--- a/draw/draw_device.c
+++ b/draw/draw_device.c
@@ -7,9 +7,8 @@
#define STACK_SIZE 96
/* Enable the following to attempt to support knockout and/or isolated
- * blending groups. This code is known to give incorrect results currently
- * so disabled by default. See bug 692377. */
-#undef ATTEMPT_KNOCKOUT_AND_ISOLATED
+ * blending groups. */
+#define ATTEMPT_KNOCKOUT_AND_ISOLATED
/* Enable the following to help debug group blending. */
#undef DUMP_GROUP_BLENDS