diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-02-02 00:57:13 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-02-02 00:57:13 +0100 |
commit | 34141471a3a50d637a22d19da0c8645bae59fdc2 (patch) | |
tree | 9e09a68303fdcb04b775f1fc484ecc88bce63882 /ps | |
parent | 90ad08979d480bc6607153256ab50aa3a2a2873b (diff) |
Fix #264
Use currentpoint in mark_URI input.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index 8864569af1..2df5913acc 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -13,11 +13,8 @@ % llx lly urx ury URI /mark_URI -% It's possible to eliminate the coordinate variables by doing [ /Rect [ 7 3 -% roll. That is, however, kind of ugly. It would be nice if this procedure -% were only included when PDF marks are enabled. { - /command exch def + /uri exch def /ury exch def /urx exch def /lly exch def @@ -30,7 +27,7 @@ /Action << /Subtype /URI - /URI command + /URI uri >> /Subtype /Link /ANN |