diff options
author | Robin Watts <robin.watts@artifex.com> | 2011-12-30 18:34:30 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2011-12-30 18:34:30 +0000 |
commit | 14644a76caaf340b2f2dbdacbf8ac1daad7856da (patch) | |
tree | 799e1540089aaf7f28ea0b873b52ef608a3f8f50 /draw | |
parent | 7b7343ca4e0be9a5c97ab2ce433626ed2e7c107d (diff) | |
download | mupdf-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')
-rw-r--r-- | draw/draw_device.c | 5 |
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 |