diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-12-07 14:00:12 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-12-07 14:00:12 +0000 |
| commit | dc9478059884bc1c21780bdefa6b340650711f3f (patch) | |
| tree | 12fddf12c91217ee6dfe75054ad0599b67ae284a /bk_ps.c | |
| parent | 4dcbddd8182302334e77acaad5829447a0eaf172 (diff) | |
| download | halibut-dc9478059884bc1c21780bdefa6b340650711f3f.zip halibut-dc9478059884bc1c21780bdefa6b340650711f3f.tar.gz halibut-dc9478059884bc1c21780bdefa6b340650711f3f.tar.bz2 halibut-dc9478059884bc1c21780bdefa6b340650711f3f.tar.xz | |
Specify the /Border of /ANN pdfmarks correctly.
[originally from svn r6968]
Diffstat (limited to 'bk_ps.c')
| -rw-r--r-- | bk_ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |