summaryrefslogtreecommitdiff
path: root/devices/vector/gdevtxtw.c
diff options
context:
space:
mode:
Diffstat (limited to 'devices/vector/gdevtxtw.c')
-rw-r--r--devices/vector/gdevtxtw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/devices/vector/gdevtxtw.c b/devices/vector/gdevtxtw.c
index 71be58b6b..88316f64f 100644
--- a/devices/vector/gdevtxtw.c
+++ b/devices/vector/gdevtxtw.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
@@ -209,6 +209,7 @@ txtwrite_open_device(gx_device * dev)
dev->color_info.separable_and_linear = GX_CINFO_SEP_LIN;
set_linear_color_bits_mask_shift(dev);
dev->interpolate_control = 0;
+ dev->non_strict_bounds = 0;
code = install_internal_subclass_devices((gx_device **)&dev, NULL);
return code;
@@ -1191,6 +1192,7 @@ txtwrite_put_params(gx_device * dev, gs_param_list * plist)
dev->interpolate_control = 0;
+ dev->non_strict_bounds = 0;
return 0;
}