From a92ed1c47447c7eb9b0a7dd03eec5c71aaed1381 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 11 Apr 2013 12:01:40 +0200 Subject: [PATCH] Make music-drawing-routines.ps require PostScript 2.0 There is no point having conditional code around setstrokeadjust and its ilk any more. --- ps/music-drawing-routines.ps | 9 ++------- 1 file 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 -- 2.39.5