[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1559-g1ca2c33
[email protected] (Chris Liddell)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 1ca2c331684ca2912c431771d1aac8bc5cb42e76 (commit)
from e9e253e1dbc87d6ef772936130076e1ba3b81867 (commit)
----------------------------------------------------------------------
commit 1ca2c331684ca2912c431771d1aac8bc5cb42e76
Author: Chris Liddell <[email protected]>
Date: Fri Aug 9 17:14:42 2019 +0100
Fix line endings (file had some '\r' line endings).
diff --git a/Resource/Init/pdf_draw.ps b/Resource/Init/pdf_draw.ps
index 49bb4eb..2a779e3 100644
--- a/Resource/Init/pdf_draw.ps
+++ b/Resource/Init/pdf_draw.ps
@@ -1419,10 +1419,10 @@ drawopdict begin
gsave
dup /BBox knownoget {
{ oforce } forall
- 4 2 roll moveto exch 0 lineto 0 exch lineto closepath
- } {
- clippath
- } ifelse
+ 4 2 roll moveto exch 0 lineto 0 exch lineto closepath
+ } {
+ clippath
+ } ifelse
//null setup_trans
grestore
//do_shade exec
Summary of changes:
Resource/Init/pdf_draw.ps | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)