summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--draw/draw_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c
index 89169ab6..181a0000 100644
--- a/draw/draw_device.c
+++ b/draw/draw_device.c
@@ -688,6 +688,7 @@ fz_draw_clip_stroke_text(fz_device *devp, fz_text *text, fz_stroke_state *stroke
state[1].scissor = bbox;
state[1].dest = dest;
state[1].shape = shape;
+ state[1].mask = mask;
#ifdef DUMP_GROUP_BLENDS
dump_spaces(dev->top-1, "Clip (stroke text) begin\n");
#endif