summaryrefslogtreecommitdiff
path: root/base/gxipixel.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxipixel.c')
-rw-r--r--base/gxipixel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gxipixel.c b/base/gxipixel.c
index 8b81aaa56..26b4d7667 100644
--- a/base/gxipixel.c
+++ b/base/gxipixel.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2022 Artifex Software, Inc.
+/* Copyright (C) 2001-2023 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -432,7 +432,7 @@ gx_image_enum_begin(gx_device * dev, const gs_gstate * pgs,
}
/* Can we restrict the amount of image we need? */
- while (pcpath) /* So we can break out of it */
+ while (pcpath && !pim->imagematrices_are_untrustworthy) /* So we can break out of it */
{
gs_rect rect, rect_src;
gs_matrix mi;