diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2011-01-15 00:29:53 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2011-01-15 00:29:53 +0000 |
commit | 0fa9290c7362ec9cc74c6feae7eec74f9940b1bd (patch) | |
tree | 8b99d43a5589db7cdfc8ea9d3c16e0dd3c4f5dda /pcl | |
parent | dcde71a463f92b75284dbb98a2bbe32936f9ae27 (diff) |
Followup to commit 12027 (see that log for more details), as expected
this does create differences in the test files, exposing graphics that
were previously clipped in the 1/6" margin.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12028 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'pcl')
-rw-r--r-- | pcl/pcdraw.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pcl/pcdraw.c b/pcl/pcdraw.c index 072ec8f6a..191ec51df 100644 --- a/pcl/pcdraw.c +++ b/pcl/pcdraw.c @@ -36,11 +36,7 @@ pcl_set_graphics_state( ) { int code = pcl_set_ctm(pcs, true); - - return ( code < 0 ? code - : gx_clip_to_rectangle( pcs->pgs, - &(pcs->xfm_state.dev_print_rect) - ) ); + return ( code < 0 ? code : gs_initclip(pcs->pgs) ); } /* |