From 63713f22ae830142dfe0d3896948ec53c4705ace Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Fri, 23 Jun 2017 12:23:36 -0700 Subject: Add colorspace handling to transparency groups Also force softmasks to be isolated groups. --- source/fitz/svg-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/svg-device.c') diff --git a/source/fitz/svg-device.c b/source/fitz/svg-device.c index 1bd6987f..b327824f 100644 --- a/source/fitz/svg-device.c +++ b/source/fitz/svg-device.c @@ -1094,7 +1094,7 @@ svg_dev_end_mask(fz_context *ctx, fz_device *dev) } static void -svg_dev_begin_group(fz_context *ctx, fz_device *dev, const fz_rect *bbox, int isolated, int knockout, int blendmode, float alpha) +svg_dev_begin_group(fz_context *ctx, fz_device *dev, const fz_rect *bbox, fz_colorspace *cs, int isolated, int knockout, int blendmode, float alpha) { svg_device *sdev = (svg_device*)dev; fz_output *out = sdev->out; -- cgit v1.2.3