diff options
author | David Kastrup <dak@gnu.org> | 2013-04-11 12:01:40 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2013-12-07 12:48:17 +0100 |
commit | 2ede344c657093401c088232860f19367368b04f (patch) | |
tree | 6a2c31625d0ac28ed93daa1dee7b0b56a4eb1b76 /ps | |
parent | 9f909143a605a677787915e5dcce5dbc48f2211c (diff) |
Make music-drawing-routines.ps require PostScript 2.0
There is no point having conditional code around setstrokeadjust and
its ilk any more.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index 3e62f0366e..d04d52aeef 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -1,4 +1,4 @@ -%!PS-Adobe-1.0: music-drawing-routines.ps +%!PS-Adobe-2.0 % % Functions for direct and embedded PostScript @@ -63,12 +63,7 @@ bind def 0 setgray 0 setlinecap % Prepare graphics state 1 setlinewidth 0 setlinejoin 10 setmiterlimit [ ] 0 setdash newpath - /languagelevel where % If level not equal to 1 then - {pop languagelevel % set strokeadjust and - 1 ne % overprint to their defaults. - {false setstrokeadjust false setoverprint - } if - } if + false setstrokeadjust false setoverprint } bind def /EndEPSF { %def |