From dc9478059884bc1c21780bdefa6b340650711f3f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 7 Dec 2006 14:00:12 +0000 Subject: Specify the /Border of /ANN pdfmarks correctly. [originally from svn r6968] --- bk_ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bk_ps.c b/bk_ps.c index 261a22c..41b70d2 100644 --- a/bk_ps.c +++ b/bk_ps.c @@ -108,10 +108,10 @@ void ps_backend(paragraph *sourceform, keywordlist *keywords, "/pdfmark where { pop\n" " /p { [ /Dest 3 -1 roll /View [ /XYZ null null null ]\n" " /DEST pdfmark } bind def\n" - " /x { [ /Dest 3 -1 roll /Rect 5 -1 roll /Border [0 0 0 0]\n" + " /x { [ /Dest 3 -1 roll /Rect 5 -1 roll /Border [0 0 0]\n" " /Subtype /Link /ANN pdfmark } bind def\n" " /u { 2 dict dup /Subtype /URI put dup /URI 4 -1 roll put\n" - " [ /Action 3 -1 roll /Rect 5 -1 roll /Border [0 0 0 0]\n" + " [ /Action 3 -1 roll /Rect 5 -1 roll /Border [0 0 0]\n" " /Subtype /Link /ANN pdfmark } bind def\n" "} {\n" " /p { pop } bind def\n" -- cgit v1.1